blob: 8a6475740dfd2a69b1c756909278a4a2fc86f708 [file] [log] [blame]
library /*isNonNullableByDefault*/;
//
// Problems in library:
//
// pkg/front_end/testcases/general/issue38938.dart:7:8: Error: 'v' is already declared in this scope.
// int? v;
// ^
// pkg/front_end/testcases/general/issue38938.dart:6:8: Context: Previous declaration of 'v'.
// int? v;
// ^
//
import self as self;
import "dart:core" as core;
class A extends core::Object {
field core::int? v;
constructor •(core::int? v) self::A
;
constructor second() self::A
;
}