For example, in Kotlin there is no warning if I wr...
# intellij
m
For example, in Kotlin there is no warning if I write
IllegalArgumentException("")
without
throw
. In Java I have a warning. My point is that there is a lot of work for a new language to become industrial strength.