Isn't it exotic that this code compiles without an...
# announcements
b
Isn't it exotic that this code compiles without any issue on Kotlin? 🧐
👀 3
🤣 3
😁 15
👌 4
🐈 1
e
Also, if you want to really throw:
Copy code
throw throw throw Exception("!!!")
😄 20
However, IDEA does highlight extra stuff as unreachable code.
(returns, tho, not throws)