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