blob: 2acbe0f0f37aad79576913385a250f367f4e497e [file] [log] [blame]
library /*isNonNullableByDefault*/;
//
// 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 /* futureValueType= dynamic */ {
invalid-type x;
invalid-expression "Invalid iterable type in for-in";
}
static method main() dynamic {}