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