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