mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
The feature is experimental and thus tests using it must require asserts, lets they fail if run with a non assert toolchain.
7 lines
175 B
Swift
7 lines
175 B
Swift
// RUN: %target-typecheck-verify-swift -parse -enable-experimental-feature ExtractConstantsFromMembers
|
|
|
|
// REQUIRES: asserts
|
|
|
|
@extractConstantsFromMembers
|
|
protocol MyProto {}
|