blob: 2f9bbe5d71e70c34a5510464d508383a2bb53191 [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
;