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