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