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 44// 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
55// RUN: cat %t/ExtractConstantsFromMembersAttribute.swiftconstvalues 2>&1 | %FileCheck %s
66
7+ // REQUIRES: asserts
8+
79@extractConstantsFromMembers protocol MyProto { }
810public struct TestStruct : MyProto {
911 let foo = " foo "
Original file line number Diff line number Diff line change 11// RUN: %target-typecheck-verify-swift -parse -enable-experimental-feature ExtractConstantsFromMembers
22
3+ // REQUIRES: asserts
4+
35@extractConstantsFromMembers
46protocol MyProto { }
You can’t perform that action at this time.
0 commit comments