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; | |
} |