blob: ebcd77757cc3cedf2908313de9a406941fb0c56e [file] [log] [blame]
// @dart = 2.9
library test;
class A {
int x = 2;
}
test5() {}
main() {}