Remove variables with empty ranges from local vars table
As their ranges may intersect after dead code elimination that leads to VerifyError
This commit is contained in:
@@ -8,6 +8,7 @@ class A {
|
||||
fun foo() {
|
||||
inlineFun ({ l ->
|
||||
var zzz = l;
|
||||
zzz++
|
||||
}, 11)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user