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 7bd2061 commit c9980f1Copy full SHA for c9980f1
test/Sema/pound_diagnostics.swift
@@ -77,3 +77,8 @@ protocol MyProtocol {
77
#warning("warnings can show up in protocols too!") // expected-warning {{warnings can show up in protocols too!}}
78
}
79
80
+#warning("""
81
+ warnings support multi-line string literals
82
+ """) // expected-warning @-2 {{warnings support multi-line string literals}}
83
+
84
+#warning(#"warnings support \(custom string delimiters)"#) // expected-warning {{warnings support \\(custom string delimiters)}}
0 commit comments