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