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

5 lines
165 B
Plaintext
Vendored

compiler/testData/cli/jvm/recordAsSingleFileRoot.kt:5:14: error: unresolved reference 'Unresolved'.
fun error(): Unresolved? = null
^
COMPILATION_ERROR