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