Should we create issues if some code is red in Int...
# eap
m
Should we create issues if some code is red in IntelliJ (Kotlin 1.3.40 eap) but still compiles? Likely related to type inference.
r
Depends if it’s a new issue or not
m
so in general yes 🙂 thanks
m
yeah I had that one in the past 😂
a
Yes please, this is the result of enabled new type inference in IDE, see https://youtrack.jetbrains.com/issue/KT-31507. So if your code compiles with old inference, but is red with new inference (in IDE), that's a regression.
👍 2
g
Also found regression with new inference in IDE https://youtrack.jetbrains.com/issue/KT-31670
t
Found 2 type inference issue too: https://youtrack.jetbrains.com/issue/KT-31968 https://youtrack.jetbrains.com/issue/KT-31969 but find it quite hard to list / search existing issues so maybe they where already reported 😞
👍 1
@Alexey Belkov [JB] Got another one https://youtrack.jetbrains.com/issue/KT-31978
👍 1