Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
cfg
/
functions
/
DefaultValuesForArguments.kt
blob: 29b4d4e0d46cf5d896d773c401911d26e0d22b39 [
file
]
fun foo
(
i
:
Int
=
1
,
j
:
Int
)
=
i
+
j