blob: 08b0994858bedc43e819b675d04fb31f24db22f2 [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/regress/ambiguous_builder_03.dart:7:7: Error: 'foo' is already declared in this scope.
// get foo => ~foo;
// ^^^
// pkg/front_end/testcases/regress/ambiguous_builder_03.dart:6:7: Context: Previous declaration of 'foo'.
// get foo => 42;
// ^^^
//
import self as self;
import "dart:core" as core;
class Bar extends core::Object {
synthetic constructor •() self::Bar
;
get foo() dynamic
;
}