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