blob: 62d0c613ab78087009d6969e0e51d06f194b14e8 [file] [log] [blame]
library test;
class C {
T m<T>(T x) => x;
}
main() {}