blob: c12c8f156d04cfeadd6030f6cf9a53d0c2cbbff5 [file] [log] [blame] [edit]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/regress/ambiguous_builder_04.dart:14:8: Error: 'x' is already declared in this scope.
// void x() { }
// ^
// pkg/front_end/testcases/regress/ambiguous_builder_04.dart:6:8: Context: Previous declaration of 'x'.
// int? x;
// ^
//
import self as self;
import "dart:core" as core;
class Foo extends core::Object {
field core::int? x;
synthetic constructor •() self::Foo
;
method foo() void
;
}