Add support for the Any virtual type
Opened this issue · 0 comments
troyhen commented
This type triggers dynamic method and field look-up. Here's code to illustrate how it works.
def printEach thing~Any
thing.each def item~Any
println item