blob: 90f0d7888889036dbeb0a116af504ce5fe357044 [file] [log] [blame]
class Test<T> {
T foo(T t) {t}
}
def test=new Test<String>()
def a = test.&foo
def res = a("a")
print re<ref>s