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 9c8ed0b commit 393b162Copy full SHA for 393b162
test/ParseableInterface/show-in-interface.swift
@@ -1,5 +1,6 @@
1
// RUN: %target-swift-frontend -typecheck %s -parse-stdlib -emit-parseable-module-interface-path - | %FileCheck %s
2
3
-// CHECK: @_show_in_interface public protocol _UnderscoredProtocol {}
+// CHECK: @_show_in_interface public protocol _UnderscoredProtocol {
4
+// CHECK-NEXT: }
5
@_show_in_interface
6
public protocol _UnderscoredProtocol {}
0 commit comments