| library; | |
| // | |
| // Problems in library: | |
| // | |
| // pkg/front_end/testcases/general/if_case_disabled.dart:8:9: Error: Expected ')' before this. | |
| // if (x case true) {} | |
| // ^^^^ | |
| // | |
| import self as self; | |
| import "dart:core" as core; | |
| static method test(dynamic x) → dynamic { | |
| if(x as{TypeError,ForDynamic} core::bool) { | |
| } | |
| } |