== test == fun test() { throw Exception() test() } --------------------- Exception() : {<: Throwable} NEW: call(Exception(), ) -> test() : * NEW: call(test(), test) -> { throw Exception() test() } : * COPY =====================