Closed
Description
This issue was originally filed by [email protected]
dartc fails co19 test Language/07_Classes/07_Classes_A02_t06.dart
class A {
A(): this.B() {} // body not allowed
A.B() {}
}
This issue was originally filed by [email protected]
dartc fails co19 test Language/07_Classes/07_Classes_A02_t06.dart
class A {
A(): this.B() {} // body not allowed
A.B() {}
}