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.
2 parents d64a24c + 4e6e6bd commit cfe49a0Copy full SHA for cfe49a0
test/ModuleInterface/type_wrappers.swift
@@ -3,6 +3,8 @@
3
// RUN: %target-swift-typecheck-module-from-interface(%t/TypeWrappers.swiftinterface) -module-name TypeWrappers
4
// RUN: %FileCheck %s < %t/TypeWrappers.swiftinterface
5
6
+// REQUIRES: asserts
7
+
8
// CHECK: @typeWrapper public struct Wrapper<W, S> {
9
// CHECK-NEXT: public init(for: W.Type, storage: S)
10
// CHECK-NEXT: public subscript<V>(propertyKeyPath _: Swift.KeyPath<W, V>, storageKeyPath path: Swift.KeyPath<S, V>) -> V {
0 commit comments