Submitted the issue, feel free to add additional c...
# announcements
b
Submitted the issue, feel free to add additional context if you have any https://youtrack.jetbrains.net/issue/KT-24800
s
operator fun Animal.inc(): Animal = TODO()
TODO()..?
b
TODO()
just means a runtime exception is thrown, but it returns
Nothing
so it still compiles
In my case, I used it because the contents of the method was irrelevant to the compiler bug
s
Gotcha, looked like unfinished business to me 🙂