blob: 05d5b710030e4499f80f07be28e6e4b46a538be9 [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/general/bug31124.dart:2:22: Error: Expected a function body or '=>'.
// Try adding {}.
// var a = () => 'b';a();
// ^
//
// pkg/front_end/testcases/general/bug31124.dart:2:19: Error: 'a' is already declared in this scope.
// var a = () => 'b';a();
// ^
// pkg/front_end/testcases/general/bug31124.dart:2:5: Context: Previous declaration of 'a'.
// var a = () => 'b';a();
// ^
//
import self as self;
import "dart:core" as core;
static field () →* core::String* a;