blob: 4471e835fa7148fa8e17f53b2ab70452c0b6fe83 [file] [log] [blame]
class A {
A.foo() : this.bar();
A.bar() : this.foo();
A.baz() : this.foo();
A() : this();
}
main() {}