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