blob: ca492a10f0c4709f7bd0ae223e9b2768f8c0ee8c [file] [log] [blame]
// 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 •() void
;
}
static method main() dynamic
;