blob: bd4a7de4e240fa93ee0580ccc534d08a83d59cc2 [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/regress/issue_36793.dart:10:5: Error: 'x' is already declared in this scope.
// int x = 2;
// ^
// pkg/front_end/testcases/regress/issue_36793.dart:8:5: Context: Previous declaration of 'x'.
// int x = 1;
// ^
//
import self as self;
import "dart:core" as core;
static const field core::int y = 42;
@self::y
static field core::int x;
static method main() dynamic
;