blob: fab8f5a629e1c463f3a4625cb77c6739d6476e55 [file] [log] [blame]
library test;
class Class {
T method<T>() => throw '';
}
test(Class? c) {}