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