I'm getting the following compile error without de...
# kotlin-native
j
I'm getting the following compile error without details on a location within my source files.
exception: kotlin.TypeCastException: null cannot be cast to non-null type org.jetbrains.kotlin.ir.symbols.IrValueSymbol
. I'm guessing this is a compiler exception since I'm not referering to IrValueSymbol directly. Any ideas on what might cause this?
o
please report an issue with minimal code sample on youtrack or github
j
The code base isn't trivial in size. It's a multiplatform project. It's a bit of a hunt for a needle in a haystack. Is there a way for the compiler to print the line of code that failed to parse/compile?
v
Validated. I’ve got the same exception.
j
Thanks. I've posted the bug on Github issues.