blob: fd2cec5a806013a136520ba41eb8679b1bfc8351 [file] [log] [blame]
library test;
class C {
var y = x;
}
main() {}
var x = 'x';