Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
LiteralAsResult.kt
blob: b183a5e33a0ee8fd248d5e86760a540717275d82 [
file
]
// FIR_IDENTICAL
// Here we want just to check return type
// Should be () -> Int
fun foo
()
=
{
42
}