Join Slack
Powered by
oi, running into this error in my iOS tests <https...
# kotlin-native
k
Kris Wong
01/13/2020, 5:05 PM
oi, running into this error in my iOS tests
https://github.com/JetBrains/kotlin-native/issues/3219
Kris Wong
01/13/2020, 5:06 PM
JVM works fine
Kris Wong
01/13/2020, 5:23 PM
this has to do with suspend functions. the weird bit is that this was working previously. unsure what changed to break it.
Kris Wong
01/13/2020, 5:23 PM
definitely an internal K/N error though
t
Thomas
01/13/2020, 5:27 PM
Did you enable the new type inference recently?
k
Kris Wong
01/13/2020, 5:32 PM
I did not. I am not familiar with that.
Kris Wong
01/13/2020, 5:33 PM
i added some println debugging. the first line in my suspend function is getting printed twice. very bizarre.
Kris Wong
01/13/2020, 6:47 PM
ended up figuring out the cause of this, though the resulting error made it quite difficult
2
Views
Open in Slack
Previous
Next