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.
ModuleInterface/value_generics.swift
1 parent 42809af commit 3e64536Copy full SHA for 3e64536
test/ModuleInterface/value_generics.swift
@@ -1,6 +1,6 @@
1
// RUN: %empty-directory(%t)
2
// RUN: %target-swift-emit-module-interface(%t.swiftinterface) %s -module-name ValueGeneric -enable-experimental-feature ValueGenerics -disable-availability-checking -disable-experimental-parser-round-trip
3
-// RUN: %target-swift-typecheck-module-from-interface(%t.swiftinterface) -module-name ValueGeneric -disable-availability-checking
+// RUN: %target-swift-typecheck-module-from-interface(%t.swiftinterface) -module-name ValueGeneric -disable-availability-checking -disable-experimental-parser-round-trip
4
// RUN: %FileCheck %s < %t.swiftinterface
5
6
// CHECK: public struct Vector<Element, let N : Swift.Int>
0 commit comments