mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[libSyntax] Fix SwiftSyntax CodeBlockItemList test
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
struct {
|
||||
struct Foo {
|
||||
func foo() {
|
||||
print("hello")
|
||||
func bar() {
|
||||
print("goodbye")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user