blob: 8fc31e3741ffd8c22f7902e21165d780cab1dcaa [file] [log] [blame]
class X<T> {
def foo(T t) {}
def foo(Map map){}
}
new X<HashMap>().f<ref>oo([:]);