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