small tweaks to remove warnings

This commit is contained in:
Sergey Chernov 2026-02-22 10:34:46 +03:00
parent 274abaaf03
commit 9f10786a94
3 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ import org.jetbrains.kotlin.gradle.ExperimentalWasmDsl
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
group = "net.sergeych"
version = "1.5.1-SNAPSHOT"
version = "1.5.0-SNAPSHOT"
// Removed legacy buildscript classpath declarations; plugins are applied via the plugins DSL below

View File

@ -1211,7 +1211,7 @@ class Compiler(
is FrameSlotRef -> raw.peekValue() ?: raw.read()
is RecordSlotRef -> raw.peekValue() ?: raw.read()
else -> raw
} ?: continue
}
when (resolved) {
is ObjClass -> nameObjClass[name] = resolved
is ObjInstance -> nameObjClass[name] = resolved.objClass

View File

@ -1638,7 +1638,7 @@ class BytecodeCompiler(
else -> null
}
}
else -> null
//else -> null
}
}