blob: 1309bf1d77844af9d2c4409b3025e8678377922b [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/general/async_method_with_invalid_type.dart:6:3: Error: 'Bar' isn't a type.
// Bar x;
// ^^^
//
import self as self;
static method foo() dynamic async {
invalid-type x;
for (dynamic y in x.z) {
}
}