blob: 08d0dccac8e523fc729d19f5f5385f28f4a80e53 [file] [log] [blame]
library test;
class Foo {
int foo(int x) => x;
}
main() {}
test() {}