blob: 57d515dd0e5ccb022d739de44928dc4db89cb181 [file] [log] [blame]
library test;
class Foo {
Foo([this.x = "1"]);
var x = 1;
}
main() {}