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