blob: 6b1474baf8069088f06c5db3ba886ea07943fd78 [file] [log] [blame]
library /*isNonNullableByDefault*/;
//
// Problems in library:
//
// pkg/front_end/testcases/general/issue38961.dart:7:7: Error: 'x' is already declared in this scope.
// var x = this;
// ^
// pkg/front_end/testcases/general/issue38961.dart:6:11: Context: Previous declaration of 'x'.
// dynamic x = this;
// ^
//
import self as self;
import "dart:core" as core;
class C extends core::Object {
field dynamic x;
synthetic constructor •() self::C
;
}