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