mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
add tests for the broken case as well for the return value representation #KT-29490 fixed
6 lines
79 B
Plaintext
Vendored
6 lines
79 B
Plaintext
Vendored
>>> { 1 + 2 }
|
|
() -> kotlin.Int
|
|
>>> val x = { "abc" }
|
|
>>> x
|
|
() -> kotlin.String
|