6 lines
No EOL
69 B
Text
6 lines
No EOL
69 B
Text
struct Foo {}
|
|
struct Bar {}
|
|
|
|
def main() -> Foo {
|
|
return Bar {};
|
|
} |