Hi all, can anybody explain why Kotlin doesn't all...
# announcements
n
Hi all, can anybody explain why Kotlin doesn't allow smart-cast on receiver after function call in infix manner? Consider this toy example:
n
Are you positive it's not a precedence issue?
Hmm I guess it can't be that
So probably a bug?
n
Yeah, most likely. I've found a similar issue on youtrack https://youtrack.jetbrains.com/issue/KT-27261