blob: c482cf9b1aabad57aac269986b979231b7e6e641 [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 •() self::C
;
}
static method main() dynamic
;