7eab4b672d
#KT-64989
8 lines
293 B
Plaintext
Vendored
8 lines
293 B
Plaintext
Vendored
compiler/testData/cli/jvm/noStdlib.kt:4:19: error: unresolved reference 'primaryConstructor'.
|
|
String::class.primaryConstructor
|
|
^^^^^^^^^^^^^^^^^^
|
|
compiler/testData/cli/jvm/noStdlib.kt:7:5: error: unresolved reference 'listOf'.
|
|
listOf(42)
|
|
^^^^^^
|
|
COMPILATION_ERROR
|