blob: 3c17dd3f0a08ec29425b876221570da4c5c5f097 [file] [log] [blame]
// @dart = 2.9
library test;
import 'dart:async';
main() {}
typedef int IntToInt(int i);