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