== test == fun test() { throw Exception() test() } --------------------- Exception NEW() Exception() COPY test NEW() test() COPY { throw Exception() test() } COPY =====================