blob: dee2a5a1256131f478079e7f8924a82545177937 [file] [log] [blame]
class Foo {
var x = -1;
Foo() : x = 0;
external Foo.n24(this.x);
}