The bigger issue you're asking about (smart casts ...
# announcements
k
The bigger issue you're asking about (smart casts for inline functions) is this one: https://youtrack.jetbrains.com/issueMobile/KT-14397 or this one: https://youtrack.jetbrains.com/issueMobile/KT-7186
d
Or, even more generic, make the compiler understand JetBrains' own
@Contract
annotation.
k
Do Kotlin methods actually create
@Contract
annotations?
d
No, but you could.