f125600af1
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
|