Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
idea-completion
/
testData
/
smart
/
OverloadedConstructorArgument.kt
blob: a45a4fde2a0838a599bddb1a48abf4b83f18c6df [
file
] [
log
] [
blame
]
import
java
.
io
.
File
fun f
(
p1
:
Any
,
p2
:
String
,
p3
:
File
)
{
File
(<
caret
>)
}
// ABSENT: p1
// EXIST: p2
// EXIST: p3