Files
kotlin-fork/idea/testData/refactoring/pullUp/k2k/inaccessibleMemberUsed.kt.messages
T

4 lines
371 B
Plaintext
Vendored

Function 'fun bar1(): Int' uses function 'fun foo(): Int', which is not accessible from the superclass
Function 'fun bar2(): B.Z' uses class B.Z, which is not accessible from the superclass
Property 'val x1: Int' uses function 'fun foo(): Int', which is not accessible from the superclass
Property 'val x2: B.Z' uses class B.Z, which is not accessible from the superclass