blob: 7432afc125e3db182b09e1bfe06d2d6c560f7d11 [file] [log] [blame]
class A {
late int ;
x;
A.foo(this.x);
A.bar();
}
main() {}