blob: 9993ae44877647b2f1db644380e6ff103f8bece6 [file] [log] [blame]
struct Foo {
func foo() {
print("hello")
func bar() {
print("goodbye")
}
}
}