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