4b7fa44e80
#KT-46764 Fixed
6 lines
121 B
Kotlin
Vendored
6 lines
121 B
Kotlin
Vendored
// This should compile.
|
|
fun create(): Record = Record("OK")
|
|
|
|
// This should be an error.
|
|
fun error(): Unresolved? = null
|