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