hallvard
12/06/2019, 8:44 PMIntrinsics.checkNotNull(null)
in order to CTRL+click on checkNotNull and see the exception thrown. Found it uses a function named throwJavaNpe()
, which is annotated @SinceKotlin(version = "1.4")
. And this is with the 1.3.61 plugin. Funny.