0d26087040
Note that now "-no-stdlib" implies "-no-reflect". #KT-13237 Fixed
8 lines
267 B
Plaintext
Vendored
8 lines
267 B
Plaintext
Vendored
compiler/testData/cli/jvm/noStdlib.kt:4:19: error: unresolved reference: primaryConstructor
|
|
String::class.primaryConstructor
|
|
^
|
|
compiler/testData/cli/jvm/noStdlib.kt:5:5: error: unresolved reference: listOf
|
|
listOf(42)
|
|
^
|
|
COMPILATION_ERROR
|