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