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