Restore returning of functional types from repl eval
add tests for the broken case as well for the return value representation #KT-29490 fixed
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
>>> { 1 + 2 }
|
||||
() -> kotlin.Int
|
||||
>>> val x = { "abc" }
|
||||
>>> x
|
||||
() -> kotlin.String
|
||||
Reference in New Issue
Block a user