blob: 61b46402224260807b5334a7d739c34f66267172 [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/wildcard_variables/local_var.dart:8:3: Error: Setter not found: '_'.
// _ = 3;
// ^
//
import self as self;
import "dart:core" as core;
static method test() dynamic {
1;
2;
invalid-expression "pkg/front_end/testcases/wildcard_variables/local_var.dart:8:3: Error: Setter not found: '_'.
_ = 3;
^";
2;
2;
function test2() core::int
return 1;
test2(){() core::int};
;
;
3;
late core::int x = 2;
3;
3;
}