blob: 104aeb23036cffc723cd9de28531b1ed18a9c099 [file] [log] [blame]
library /*isNonNullableByDefault*/;
//
// Problems in library:
//
// pkg/front_end/testcases/nonfunction_type_aliases/old_version.dart:7:11: Error: Can't create typedef from non-function type.
// typedef A = int;
// ^
//
import self as self;
typedef A = invalid-type;
static method main() void {}