[libSyntax] Fix SwiftSyntax CodeBlockItemList test

This commit is contained in:
Alex Hoppen
2018-05-21 07:54:50 -07:00
parent bc528237e5
commit a791a3d0dd
2 changed files with 4 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
struct {
struct Foo {
func foo() {
print("hello")
func bar() {
print("goodbye")
}
}
}
}