blob: 66535ed8f21a7f174eac9d6c08589b6ae968abc5 [file] [log] [blame]
library test;
class C {
final x = y;
}
int get y => null;
main() {}