5 lines
101 B
Kotlin
Vendored
5 lines
101 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
// Here we want just to check return type
|
|
// Should be () -> Int
|
|
fun foo() = { 42 }
|