Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
idea-completion
/
testData
/
smart
/
ParameterWithDefaultValue.kt
blob: fa474cb8e7d30ef639edbe1c8b6ad49d89b096d7 [
file
] [
log
] [
blame
]
fun foo
(
p1
:
String
,
p2
:
String
=
""
)
{
}
fun bar
(
s
:
String
)
{
foo
(
""
,
<caret>
)
}
// EXIST: s