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 4ac21da + 349db2b commit a34907fCopy full SHA for a34907f
test/ParseableInterface/stored-properties-client.swift
@@ -6,6 +6,8 @@
6
// RUN: %target-swift-frontend -typecheck %S/stored-properties.swift -enable-resilience -module-name StoredProperties -emit-parseable-module-interface-path %t/StoredProperties.swiftinterface
7
// RUN: %target-swift-frontend -emit-ir %s -I %t -enable-parseable-module-interface | %FileCheck %s -check-prefix RESILIENT -check-prefix COMMON
8
9
+// REQUIRES: rdar_48061099
10
+
11
import StoredProperties
12
13
/// This test makes sure clients of a parseable interface see correct type
0 commit comments