@kotlin.Metadata
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
}

@kotlin.Metadata
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
}

@kotlin.Metadata
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
}

@kotlin.Metadata
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
}

@kotlin.Metadata
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
}

@kotlin.Metadata
public final class InnerClassQualifiedPropertyAccessKt {
    public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}

@kotlin.Metadata
public interface T {
    inner class T/DefaultImpls
    public abstract @org.jetbrains.annotations.NotNull method getBaz(): java.lang.String
}

@kotlin.Metadata
public final class T/DefaultImpls {
    inner class T/DefaultImpls
    public static @org.jetbrains.annotations.NotNull method getBaz(p0: T): java.lang.String
}
