blob: 0e2b712d50a555c917c104fbc231ac5c7f22c1c8 [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/rasta/issue_000039.dart:10:3: Error: Expected an identifier, but got '}'.
// }
// ^
//
// pkg/front_end/testcases/rasta/issue_000039.dart:10:3: Error: Expected an identifier, but got ''.
// }
// ^
//
// pkg/front_end/testcases/rasta/issue_000039.dart:10:3: Error: Expected ';' after this.
// }
// ^
//
// pkg/front_end/testcases/rasta/issue_000039.dart:13:7: Error: The superclass, 'A', has no unnamed constructor that takes no arguments.
// class B extends A {
// ^
//
import self as self;
import "dart:core" as core;
class A extends core::Object {
field dynamic a = null;
constructor •(dynamic x) self::A*
: super core::Object::•() {
this.{self::A::a} = invalid-expression "pkg/front_end/testcases/rasta/issue_000039.dart:10:3: Error: Expected an identifier, but got ''.
}
^";
}
}
class B extends self::A {
synthetic constructor •() self::B*
: invalid-initializer
;
}