blob: e30c11e75a27d9a6c01accd8222d7f934af05d56 [file] [log] [blame]
library test;
class C {
T m<T>(int a, {String b, T c}) => null;
}
main() {}