blob: f8fd8bec3679f0a9be304520818af15f8c3bcd49 [file] [log] [blame]
// @dart = 2.9
library test;
class C {
T m<T>(T x) => x;
}
main() {}