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