[FIR] Add SUBCLASS_CANT_CALL_COMPANION_PROTECTED_NON_STATIC
This commit is contained in:
committed by
teamcityserver
parent
55990f65cb
commit
dd46c36b24
+1
-1
@@ -34,7 +34,7 @@ class Derived : Protected() {
|
||||
Nested().<!INVISIBLE_REFERENCE!>bar<!>() // hidden
|
||||
|
||||
fromCompanion()
|
||||
protectedFromCompanion()
|
||||
<!SUBCLASS_CANT_CALL_COMPANION_PROTECTED_NON_STATIC!>protectedFromCompanion<!>()
|
||||
}
|
||||
|
||||
private class NestedDerived : Nested() {
|
||||
|
||||
Reference in New Issue
Block a user