blob: 77eff22225560c0760c41cd6a2edde7151c6a5e9 [file] [log] [blame]
library test;
class C {
final x = _x;
static int get _x => null;
}
main() {}