blob: 763a2f3508f8c10f7793c4f179cb58516ac687cb [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 /* emittedValueType= dynamic */ {
invalid-type x;
invalid-expression "Invalid iterable type in for-in";
}
static method main() dynamic {}