We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08aa31d commit cc53f77Copy full SHA for cc53f77
test/SILGen/property_behavior.swift
@@ -1,4 +1,5 @@
1
// RUN: %target-swift-frontend -emit-silgen -enable-experimental-property-behaviors %s | %FileCheck %s
2
+// REQUIRES: property_behavior_value_substitution
3
protocol behavior {
4
associatedtype Value
5
}
test/decl/var/behaviors.swift
// RUN: %target-parse-verify-swift -enable-experimental-property-behaviors -module-name Main
0 commit comments