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