blob: 7e1b2703bc6d8b70575f4c1bc629f191cb22df0f [file] [log] [blame]
library;
//
// Problems in library:
//
// 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;
// ^^^^
//
import self as self;
import "dart:core" as core;
class C extends core::Object {
const constructor •() self::C
;
}
static method main() dynamic
;