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 af6b4ad commit 77decfdCopy full SHA for 77decfd
test/Parse/trailing-comma.swift
@@ -60,6 +60,7 @@ struct S {
60
// String Literal Interpolation
61
62
"\(1,)"
63
+"\(1, f:)" // expected-error {{expected expression in list of expressions}}
64
65
// Availability Spec List
66
0 commit comments