className() method on instances cannot be passed by value
Closed this issue · 0 comments
jaccomoc commented
There is a bug that makes this fail:
class X{}
X x = new X()
def f = x.className
f()
Closed this issue · 0 comments
There is a bug that makes this fail:
class X{}
X x = new X()
def f = x.className
f()