Advance bootstrap to include fix in NI about Nothing-expressions
See1594c1fcfor details. Also, remove fix fromf07fed9a.
This commit is contained in:
+1
-1
@@ -982,7 +982,7 @@ private fun findSafelyReachableReturns(methodNode: MethodNode, sourceFrames: Arr
|
||||
if (!insn.isMeaningful || insn.opcode in SAFE_OPCODES || insn.isInvisibleInDebugVarInsn(methodNode) ||
|
||||
isInlineMarker(insn)) {
|
||||
setOf()
|
||||
} else null as Set<Int>?
|
||||
} else null
|
||||
}
|
||||
|
||||
var changed: Boolean
|
||||
|
||||
Reference in New Issue
Block a user