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

5 lines
101 B
Kotlin
Vendored

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