blob: bcce8ba3b47af5aa30da275c5bdba88d5e266456 [file] [log] [blame]
// @dart = 2.9
library test;
class Class {
T method<T>() => null;
}
main() {}