blob: f3255a1d4483edf4ba1e0a24402939ea8a278fdf [file] [log] [blame]
// @dart = 2.9
library test;
main() {}
typedef void ToValue<T>(T value);