Added/updated tests for LexicalScope.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
fun foo() {
|
||||
"before"
|
||||
try {
|
||||
foo()
|
||||
}
|
||||
catch (e: Exception) {
|
||||
val a = e
|
||||
}
|
||||
finally {
|
||||
val a = 1
|
||||
}
|
||||
"after"
|
||||
}
|
||||
Reference in New Issue
Block a user