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:
@@ -7,9 +7,11 @@ class A {
|
||||
var s = 0;
|
||||
inlineFun {
|
||||
var z = 1;
|
||||
z++
|
||||
|
||||
inlineFun {
|
||||
var zz2 = 2;
|
||||
zz2++
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user