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