== test == fun test() { "${throw Exception()} ${1}" } --------------------- L0: 1 2 mark({ "${throw Exception()} ${1}" }) mark("${throw Exception()} ${1}") mark(throw Exception()) mark(Exception()) call(Exception, ) -> throw (throw Exception()|) NEXT:[] - r(1) -> PREV:[] - magic("${throw Exception()} ${1}"|) -> PREV:[] L1: 1 NEXT:[] PREV:[] error: PREV:[throw (throw Exception()|)] sink: PREV:[, ] =====================