blob: 6c19416e350ce1d9bbe7954cdc0e41480a3a2f13 [file] [log] [blame]
import 'dart:async';
import 'issue41501_lib.dart';
typedef AAliasNonNullable = A;
typedef AAliasNullable = A?;
test() {}
main() {}