Daniel Svensson
12/30/2024, 3:48 PMCaused by: java.lang.IllegalStateException: Type org.jetbrains.kotlin.ir.types.impl.IrErrorTypeImpl@72341610 has no arguments
... it happens at multiple places where I invoke some fairly (reified) generic helpers with closures etc. Not really sure how to troubleshoot. I tried breaking it out to a standalone project that can be shared, but even if it looks same, with same dependencies and all, it just works, so I guess it requires more intricate preconditions to get into the breakage. Any suggestions on how to troubleshoot this so that I can file a proper bug? Gut feels? Late christmas miracles?Youssef Shoaib [MOD]
12/30/2024, 5:31 PM.kotlin
directories and see what happens?dmitriy.novozhilov
12/30/2024, 6:55 PMDaniel Svensson
12/30/2024, 9:22 PMDaniel Svensson
12/30/2024, 9:23 PM