> Created by **@aterga** on 2016-04-12 11:52 > Last updated on 2016-07-29 12:47 ``` method call() { } method test() { assert call() } ``` results in ``` java.lang.ClassCastException ``` (without a stacktrace)
results in
(without a stacktrace)