blob: e184ef2f2bf538dc26eef41ced834544a2d5e441 [file] [log] [blame]
// @dart = 2.9
library test;
class Foo {
int foo(int x) => x;
}
main() {}
test() {}