Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
8b277dbf2a0b59c00963dac3dde55cf06a3f4dc6
/
.
/
compiler
/
testData
/
repl
/
multiline
/
openParenthesisIncomplete.repl
blob: c5b053f6bbb5eb936f150967af5fc74affdbd5aa [
file
]
>>>
fun sum
(
x
:
Int
,
y
:
Int
)
=
x
+
y
>>>
sum
(
...
23
,
19
)
42