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