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

5 lines
187 B
Plaintext
Vendored

compiler/testData/cli/jvm/noReflect.kt:4:19: error: unresolved reference 'primaryConstructor'.
String::class.primaryConstructor
^^^^^^^^^^^^^^^^^^
COMPILATION_ERROR