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