blob: 20477ee17386897e5ce68cd1361cfe81baa879c3 [file] [log] [blame]
// @dart = 2.9
library test;
class C {
T m<T>(int a, [T b]) => null;
}
main() {}