Added/updated tests for LexicalScope.
This commit is contained in:
@@ -4,15 +4,15 @@ fun fail() : Nothing {
|
||||
}
|
||||
---------------------
|
||||
L0:
|
||||
<START>
|
||||
mark({ throw java.lang.RuntimeException() })
|
||||
1 <START>
|
||||
2 mark({ throw java.lang.RuntimeException() })
|
||||
mark(throw java.lang.RuntimeException())
|
||||
mark(java.lang.RuntimeException())
|
||||
mark(RuntimeException())
|
||||
call(RuntimeException, <init>)
|
||||
throw (throw java.lang.RuntimeException()) NEXT:[<ERROR>]
|
||||
L1:
|
||||
<END> NEXT:[<SINK>] PREV:[]
|
||||
1 <END> NEXT:[<SINK>] PREV:[]
|
||||
error:
|
||||
<ERROR> PREV:[throw (throw java.lang.RuntimeException())]
|
||||
sink:
|
||||
|
||||
Reference in New Issue
Block a user