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 61a4c7d commit 0af142bCopy full SHA for 0af142b
Tests/SwiftSyntaxBuilderTest/StringInterpolationTests.swift
@@ -436,6 +436,7 @@ final class StringInterpolationTests: XCTestCase {
436
437
1 │ return 1
438
│ │ ╰─ error: expected declaration
439
+ │ │ 🔨 insert declaration
440
│ ╰─ error: unexpected code 'return 1' before declaration
441
442
"""
@@ -454,6 +455,7 @@ final class StringInterpolationTests: XCTestCase {
454
455
456
1 │ struct Foo {}
457
│ │ ╰─ error: expected statement
458
+ │ │ 🔨 insert statement
459
│ ╰─ error: unexpected code 'struct Foo {}' before statement
460
461
0 commit comments