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