Files
swift-mirror/test/Compatibility/anyobject_class.swift
2024-02-02 14:57:19 -05:00

6 lines
255 B
Swift

// RUN: %target-typecheck-verify-swift -swift-version 4
// RUN: not %target-swift-frontend -typecheck -swift-version 5
protocol P : class, AnyObject { } // expected-warning{{redundant inheritance from 'AnyObject' and Swift 3 'class' keyword}}{{14-21=}}