blob: c095d13e161e29ec10a12d1709d15e6570533b0a [file] [log] [blame]
// Unhandled errors:
//
// pkg/front_end/testcases/duplicated_bad_prefix.dart:10:7: Error: 'Dupe' is already declared in this scope.
// class Dupe {}
// ^^^^
library;
import self as self;
import "dart:core" as core;
class Dupe#1 extends core::Object {
synthetic constructor •() self::Dupe#1
: super core::Object::•()
;
}
class Dupe extends core::Object {
synthetic constructor •() self::Dupe
: super core::Object::•()
;
}
class C extends core::Object {
field invalid-type b = null;
field invalid-type d = null;
synthetic constructor •() self::C
: super core::Object::•()
;
}
static method main() dynamic {}