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:
@@ -1,7 +1,8 @@
|
||||
class A {
|
||||
fun foo() {
|
||||
try {
|
||||
val a = 1
|
||||
var a = 1
|
||||
a++
|
||||
}
|
||||
catch(e : Throwable) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user