Files
kotlin-fork/compiler/testData/codegen/light-analysis/objects/classCallsProtectedInheritedByCompanion.txt
T

24 lines
625 B
Plaintext
Vendored

public class A {
public method <init>(): void
protected final @org.jetbrains.annotations.NotNull method foo(): java.lang.String
}
public final class B {
public final static field Companion: B.Companion
inner class B/Companion
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method bar(): java.lang.String
}
public final static class B/Companion {
inner class B/Companion
private method <init>(): void
}
public final class ClassCallsProtectedInheritedByCompanionKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}