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