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

5 lines
174 B
Plaintext
Vendored

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