Files
kotlin-fork/compiler/testData/diagnostics/tests/LiteralAsResult.kt
T

4 lines
84 B
Kotlin
Vendored

// Here we want just to check return type
// Should be () -> Int
fun foo() = { 42 }