Fixed #11085
This commit is contained in:
@@ -107,7 +107,7 @@ public class LVar{
|
|||||||
if(isobj){
|
if(isobj){
|
||||||
objval = other.objval;
|
objval = other.objval;
|
||||||
}else{
|
}else{
|
||||||
numval = other.numval;
|
numval = invalid(other.numval) ? 0 : other.numval;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user