Files
kotlin-fork/compiler/testData/cli/jvm/kotlinHomeWithoutStdlib.out
T
2024-02-08 12:59:31 +00:00

8 lines
680 B
Plaintext
Vendored

warning: unable to find kotlin-stdlib.jar in the Kotlin home directory. Pass either '-no-stdlib' to prevent adding it to the classpath, or the correct '-kotlin-home'
warning: unable to find kotlin-script-runtime.jar in the Kotlin home directory. Pass either '-no-stdlib' to prevent adding it to the classpath, or the correct '-kotlin-home'
warning: unable to find kotlin-reflect.jar in the Kotlin home directory. Pass either '-no-reflect' or '-no-stdlib' to prevent adding it to the classpath, or the correct '-kotlin-home'
compiler/testData/cli/jvm/simple.kt:1:14: error: unresolved reference 'println'.
fun main() = println("hello world")
^^^^^^^
COMPILATION_ERROR