Advance bootstrap to include fix in NI about Nothing-expressions
See1594c1fcfor details. Also, remove fix fromf07fed9a.
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ import org.gradle.kotlin.dsl.*
|
||||
buildscript {
|
||||
extra["defaultSnapshotVersion"] = "1.3-SNAPSHOT"
|
||||
|
||||
kotlinBootstrapFrom(BootstrapOption.TeamCity("1.3.40-dev-310", onlySuccessBootstrap = false))
|
||||
kotlinBootstrapFrom(BootstrapOption.TeamCity("1.3.40-dev-431", onlySuccessBootstrap = false))
|
||||
|
||||
repositories.withRedirector(project) {
|
||||
bootstrapKotlinRepo?.let(::maven)
|
||||
|
||||
+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