blob: 8219d9a6d543ab1423584374fcb8f862249c0703 [file]
compiler/testData/cli/jvm/firFriendlyErrorIfNoJdkOptionIsSet.kt:2:11: error: unresolved reference 'NullPointerException'.
throw NullPointerException()
^^^^^^^^^^^^^^^^^^^^
compiler/testData/cli/jvm/firFriendlyErrorIfNoJdkOptionIsSet.kt:2:11: error: type mismatch: inferred type is '??? (Unresolved name: NullPointerException)', but 'Throwable' was expected.
throw NullPointerException()
^^^^^^^^^^^^^^^^^^^^^^
COMPILATION_ERROR