blob: 4f8946b63741a77869e6b4d56047aba5b6de9b88 [file] [log] [blame]
class A {
<T> void foo(T t, String s){}
<T> void foo(String s, T t) {}
}