ab41641a19
#KT-8794 Fixed
11 lines
173 B
Kotlin
Vendored
11 lines
173 B
Kotlin
Vendored
class C {
|
|
fun foo(){}
|
|
protected fun foo(p: Int){}
|
|
}
|
|
|
|
fun f(c: C) {
|
|
c.foo(<caret>1)
|
|
}
|
|
/*
|
|
Text: (<no parameters>), Disabled: true, Strikeout: false, Green: true
|
|
*/ |