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 4293772 commit dd2ccedCopy full SHA for dd2cced
test/SourceKit/InterfaceGen/gen_stdlib.swift
@@ -77,3 +77,11 @@ var x: Int
77
// CHECK-FLOAT-NOT: Zip2Sequence
78
// CHECK-FLOAT-NOT: struct Bool
79
// CHECK-FLOAT-NOT: struct Int
80
+
81
82
+// RUN: %sourcekitd-test -req=interface-gen -module Swift -group-name Misc -synthesized-extension > %t.Misc.response
83
+// RUN: %FileCheck -check-prefix=CHECK-ERROR -input-file %t.Misc.response %s
84
+// RUN: %sourcekitd-test -req=interface-gen -module Swift -interested-usr s:s5ErrorP -synthesized-extension > %t.Error.response
85
+// RUN: %FileCheck -check-prefix=CHECK-ERROR -input-file %t.Error.response %s
86
87
+// CHECK-ERROR: protocol Error
0 commit comments