| // Formatted problems: | |
| // | |
| // pkg/front_end/testcases/rasta/issue_000034.dart:6:15: Error: Expected an assignment after the field name. | |
| // To initialize a field, use the syntax 'name = value'. | |
| // const C() : this.x; | |
| // ^^^^ | |
| library; | |
| import self as self; | |
| import "dart:core" as core; | |
| class C extends core::Object { | |
| const constructor •() → self::C | |
| ; | |
| } | |
| static method main() → dynamic | |
| ; |