blob: c01336ab3d95d21a1082b24433b8792c0b662555 [file] [log] [blame]
// @dart = 2.9
library test;
class C {
var y = x;
}
main() {}
var x = 'x';