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