oi, running into this error in my iOS tests <https...
# kotlin-native
k
oi, running into this error in my iOS tests https://github.com/JetBrains/kotlin-native/issues/3219
JVM works fine
this has to do with suspend functions. the weird bit is that this was working previously. unsure what changed to break it.
definitely an internal K/N error though
t
Did you enable the new type inference recently?
k
I did not. I am not familiar with that.
i added some println debugging. the first line in my suspend function is getting printed twice. very bizarre.
ended up figuring out the cause of this, though the resulting error made it quite difficult