blob: 07ae7777019133e0da438ad704538939fcadd941 [file] [log] [blame]
void method<S>(S<int> a) {}
class Class<T> {
void method<S>(T<int> a, S<int> b) {}
}
main() {}