blob: ace49f2741a184c8dd1c2f05b7bbb84c355c3944 [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/general_nnbd_opt_out/issue37776.dart:13:7: Error: 'X' is already declared in this scope.
// class X {
// ^
// pkg/front_end/testcases/general_nnbd_opt_out/issue37776.dart:9:7: Context: Previous declaration of 'X'.
// class X {
// ^
//
import self as self;
import "dart:core" as core;
class X#1 extends core::Object {
const constructor foo() self::X#1*
: super core::Object::•()
;
}
class X extends core::Object {
const constructor foo() self::X*
: super core::Object::•()
;
}
static method main() void
;