Files
kotlin-fork/compiler/testData/cli/jvm/recordAsSingleFileRoot.kt
T
2021-06-29 01:22:08 +02:00

6 lines
121 B
Kotlin
Vendored

// This should compile.
fun create(): Record = Record("OK")
// This should be an error.
fun error(): Unresolved? = null