KT-4592 Parameter info shows signatures of inaccessible methods
#KT-4592 Fixed
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
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
|
||||
*/
|
||||
Reference in New Issue
Block a user