Refine isVisible for protected visibility
#KT-7437 Fixed #KT-7971 Fixed #KT-7051 Fixed #KT-6125 Fixed #KT-6186 Fixed
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ class B: A()
|
||||
|
||||
class C: A() {
|
||||
fun bar() {
|
||||
A().foo()
|
||||
A().<!INVISIBLE_MEMBER!>foo<!>()
|
||||
B().<!INVISIBLE_MEMBER!>foo<!>()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user