Files
kotlin-fork/compiler/testData/cli/jvm/noReflect.out
T
2023-09-19 15:46:28 +00:00

5 lines
170 B
Plaintext
Vendored

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