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