blob: aac2207aaf83cc2f11bbb353ae16b3ea331c0be1 [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/general_nnbd_opt_out/issue38961.dart:9:7: Error: 'x' is already declared in this scope.
// var x = this;
// ^
// pkg/front_end/testcases/general_nnbd_opt_out/issue38961.dart:8: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*
;
}