blob: 5472a32fcd28d32a28aec27637c714c0158522cb [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/general/async_method_with_invalid_type.dart:8: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{<invalid>}.z) {
}
}
static method main() dynamic {}