blob: 5e9dbd67cc8006450917b4baefd8a8a0a6d3765a [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 'ERROR CLASS: Unresolved name: NullPointerException', but 'Throwable' was expected.
throw NullPointerException()
^^^^^^^^^^^^^^^^^^^^^^
COMPILATION_ERROR