blob: d6a95486a2454fbfd2484a5eb0520b4bba2c615c [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/general/issue47728_3.dart:7:13: Error: Expected a type, but got ';'.
// typedef A = ;
// ^
//
// pkg/front_end/testcases/general/issue47728_3.dart:7:11: Error: Can't create typedef from non-type.
// typedef A = ;
// ^
//
import self as self;
import "dart:core" as core;
typedef A = invalid-type;
class B extends core::Object {
synthetic constructor •() self::B
;
}
class C = core::Object with self::B {
synthetic constructor •() self::C
;
}
static method main() dynamic
;