blob: 0d08be6c4ed274442b4a945224590f8920268e5b [file] [log] [blame]
class Abc3 {
Abc3 foo(){}
def <T, S> getAt(T t) {
def ab= foo()
throw ab[2]
}
}
def aa = new Abc3().getAt()
print a<ref>a