7eab4b672d
#KT-64989
8 lines
470 B
Plaintext
Vendored
8 lines
470 B
Plaintext
Vendored
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 'kotlin.Throwable' was expected.
|
|
throw NullPointerException()
|
|
^^^^^^^^^^^^^^^^^^^^^^
|
|
COMPILATION_ERROR
|