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