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 c2989f3 commit f9ca2a2Copy full SHA for f9ca2a2
test/Parse/try.swift
@@ -196,3 +196,4 @@ _ = "a\()b" // expected-error {{interpolation can throw but is not marked with '
196
// expected-note@-1 {{did you mean to use 'try'?}} {{5-5=try }}
197
// expected-note@-2 {{did you mean to handle error as optional value?}} {{5-5=try? }}
198
// expected-note@-3 {{did you mean to disable error propagation?}} {{5-5=try! }}
199
+_ = try "\() \(1)"
0 commit comments