Tests work at least.. but it's using something cal...
# kotest-contributors
e
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