Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
compiler
/
testData
/
repl
/
functionResult.repl
blob: e09a0e2eeac03f1e7905c9c0c79167a60729373f [
file
]
>>>
@JvmSerializableLambda
{
1
+
2
}
()
->
kotlin
.
Int
>>>
val x
=
@JvmSerializableLambda
{
"abc"
}
>>>
x
()
->
kotlin
.
String