You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.
* Compiler version info: Konan: 0.8-rc1-2712 / Kotlin: 1.2.70
* Output kind: PROGRAM
exception: kotlin.TypeCastException: null cannot be cast to non-null type org.jetbrains.kotlin.ir.symbols.IrValueSymbol
at org.jetbrains.kotlin.ir.util.IrUnboundSymbolReplacer.visitGetValue(IrUnboundSymbolReplacer.kt:474)
at org.jetbrains.kotlin.ir.visitors.IrElementTransformerVoid.visitGetValue(IrElementTransformerVoid.kt:149)
at org.jetbrains.kotlin.ir.visitors.IrElementTransformerVoid.visitGetValue(IrElementTransformerVoid.kt:24)
at org.jetbrains.kotlin.ir.expressions.impl.IrGetValueImpl.accept(IrGetValueImpl.kt:49)
at org.jetbrains.kotlin.ir.expressions.IrExpression$DefaultImpls.transform(IrExpression.kt:27)
Seems problem somehow related to substitution of value-parameter srcSize: kotlin.Int = ... by inliner into setVD_VSVT, i.e. we failed to replace parameter with its value, if the value is default one.
Reproduced here:
https://github.com/kpspemu/kpspemu/tree/knative.problem1
with
./gradlew :kpspemu-native:check
The text was updated successfully, but these errors were encountered: