blob: 24c5d787fdf59786bd2c49ded67087a379955971 [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/regress/ambiguous_builder_02.dart:7:5: Error: 'foo' is already declared in this scope.
// int foo = 42;
// ^^^
// pkg/front_end/testcases/regress/ambiguous_builder_02.dart:5:5: Context: Previous declaration of 'foo'.
// int foo = 42;
// ^^^
//
import self as self;
import "dart:core" as core;
static field core::int foo = 42;