In 1.0.6 if I pass `IllegalStateException::class.j...
# getting-started
n
In 1.0.6 if I pass
IllegalStateException::class.java
for
Class<out Throwable>
intellij is fine, but in 1.1.0-beta-18, it highlights
.java
as error