File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 4
4
// RUN: %target-swift-frontend -typecheck -emit-const-values-path %t/ExtractConstantsFromMembersAttribute.swiftconstvalues -const-gather-protocols-file %t/protocols.json -primary-file %s -enable-experimental-feature ExtractConstantsFromMembers
5
5
// RUN: cat %t/ExtractConstantsFromMembersAttribute.swiftconstvalues 2>&1 | %FileCheck %s
6
6
7
+ // REQUIRES: asserts
8
+
7
9
@extractConstantsFromMembers protocol MyProto { }
8
10
public struct TestStruct : MyProto {
9
11
let foo = " foo "
Original file line number Diff line number Diff line change 1
1
// RUN: %target-typecheck-verify-swift -parse -enable-experimental-feature ExtractConstantsFromMembers
2
2
3
+ // REQUIRES: asserts
4
+
3
5
@extractConstantsFromMembers
4
6
protocol MyProto { }
You can’t perform that action at this time.
0 commit comments