blob: 74b8ff96f9d06d168c72073a7814553a3558ba48 [file] [log] [blame]
// @dart = 2.9
library test;
class C {
final x = y;
}
int get y => null;
main() {}