Files
kotlin-fork/compiler/testData/codegen/light-analysis/super/innerClassQualifiedPropertyAccess.txt
T

55 lines
1.5 KiB
Plaintext
Vendored

public class A {
public method <init>(): void
public @org.jetbrains.annotations.NotNull method getBar(): java.lang.String
public @org.jetbrains.annotations.NotNull method getBoo(): java.lang.String
}
public class B {
inner class B/E
public method <init>(): void
public @org.jetbrains.annotations.NotNull method getBar(): java.lang.String
public @org.jetbrains.annotations.NotNull method getBaz(): java.lang.String
}
public final class B/E {
synthetic final field this$0: B
inner class B/E
public method <init>(p0: B): void
public final @org.jetbrains.annotations.NotNull method getBar(): java.lang.String
}
public final class C {
inner class C/D
public method <init>(): void
public @org.jetbrains.annotations.NotNull method getBar(): java.lang.String
public @org.jetbrains.annotations.NotNull method getBoo(): java.lang.String
}
public final class C/D {
synthetic final field this$0: C
inner class C/D
public method <init>(p0: C): void
public final @org.jetbrains.annotations.NotNull method getBar(): java.lang.String
}
public final class InnerClassQualifiedPropertyAccessKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
public interface T {
inner class T/DefaultImpls
public abstract @org.jetbrains.annotations.NotNull method getBaz(): java.lang.String
}
public final class T/DefaultImpls {
inner class T/DefaultImpls
public static @org.jetbrains.annotations.NotNull method getBaz(p0: T): java.lang.String
}