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