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