blob: f68289ecfc2521093e953dc38c2a5a9b2aa350f3 [file] [log] [blame]
library test;
class A {
int x = 0;
test1() {}
int y;
final z = 42;
}
main() {}