https://kotlinlang.org logo
Title
e

Emil Kantis

09/28/2021, 9:55 PM
Tests work at least.. but it's using something called
KtExpression.resolveType()
from
package org.jetbrains.kotlin.idea.debugger.sequence.psi
I think it has issues with expect/actual, amongst other things..
I'll check the sources for
resolveType
a bit, perhaps we can do something similar without depending on the idea.debugger package 🙂
unless we feel ok with depending on it directly