I'm not sure if this is a bug or not? but I have a...
# announcements
j
I'm not sure if this is a bug or not? but I have a large project, and when ever I'm doing some small change that makes my code uncompilable and I press run in IntelliJ. It shows me all the errors but it compiles anyway and the stuff actually works, I think it's using some old already compiled code. But is it supposed to do this?
m
Could be the new type inference announced here: https://blog.jetbrains.com/kotlin/2019/06/kotlin-1-3-40-released/ It’s enabled in the IDE only so if there is an error and there is no error when you build + the error goes away when you disable the new setting then you should report the issue as your code will break in a future Kotlin version.
👍 1
w
Hmm I am having similar issues with errors in IntelliJ but the code compiles fine..... I will have a closer look tonight and see if I can nail it down.