blob: fe4e82754d3da30be89cdffb844aef99532693b9 [file] [log] [blame]
library test;
class C {
T m<T>(int a, [String? b, T? c]) => throw '';
}
test() {}