RAW_FIR:
FILE: [ResolvedTo(RAW_FIR)] nonEmptyInterfaceWithSuper.kt
    public final? [ResolvedTo(RAW_FIR)] interface EmptyInterface : InterfaceWithMembers {
        public? final? [ResolvedTo(RAW_FIR)] val newProperty: String
            public? [ResolvedTo(RAW_FIR)] [ContainingClassKey=EmptyInterface] get(): String

    }
    public final? [ResolvedTo(RAW_FIR)] interface InterfaceWithMembers : AnotherSuperInterface {
        public? final? [ResolvedTo(RAW_FIR)] val property: Int
            public? [ResolvedTo(RAW_FIR)] [ContainingClassKey=InterfaceWithMembers] get(): Int

        public? final? [ResolvedTo(RAW_FIR)] fun functionWithDefaultImplementation([ResolvedTo(RAW_FIR)] i: Int): Int { LAZY_BLOCK }

        public? open? override [ResolvedTo(RAW_FIR)] fun baseFunction(): R|kotlin/Unit|

        public? open? override [ResolvedTo(RAW_FIR)] fun baz(): R|kotlin/Unit| { LAZY_BLOCK }

    }
    public final? [ResolvedTo(RAW_FIR)] interface AnotherSuperInterface : R|kotlin/Any| {
        public? final? [ResolvedTo(RAW_FIR)] fun baz(): R|kotlin/Unit|

        public? final? [ResolvedTo(RAW_FIR)] fun baseFunction(): R|kotlin/Unit|

    }

IMPORTS:
FILE: [ResolvedTo(IMPORTS)] nonEmptyInterfaceWithSuper.kt
    public final? [ResolvedTo(RAW_FIR)] interface EmptyInterface : InterfaceWithMembers {
        public? final? [ResolvedTo(RAW_FIR)] val newProperty: String
            public? [ResolvedTo(RAW_FIR)] [ContainingClassKey=EmptyInterface] get(): String

    }
    public final? [ResolvedTo(RAW_FIR)] interface InterfaceWithMembers : AnotherSuperInterface {
        public? final? [ResolvedTo(RAW_FIR)] val property: Int
            public? [ResolvedTo(RAW_FIR)] [ContainingClassKey=InterfaceWithMembers] get(): Int

        public? final? [ResolvedTo(RAW_FIR)] fun functionWithDefaultImplementation([ResolvedTo(RAW_FIR)] i: Int): Int { LAZY_BLOCK }

        public? open? override [ResolvedTo(RAW_FIR)] fun baseFunction(): R|kotlin/Unit|

        public? open? override [ResolvedTo(RAW_FIR)] fun baz(): R|kotlin/Unit| { LAZY_BLOCK }

    }
    public final? [ResolvedTo(RAW_FIR)] interface AnotherSuperInterface : R|kotlin/Any| {
        public? final? [ResolvedTo(RAW_FIR)] fun baz(): R|kotlin/Unit|

        public? final? [ResolvedTo(RAW_FIR)] fun baseFunction(): R|kotlin/Unit|

    }

COMPILER_REQUIRED_ANNOTATIONS:
FILE: [ResolvedTo(IMPORTS)] nonEmptyInterfaceWithSuper.kt
    public final? [ResolvedTo(COMPILER_REQUIRED_ANNOTATIONS)] interface EmptyInterface : InterfaceWithMembers {
        public? final? [ResolvedTo(COMPILER_REQUIRED_ANNOTATIONS)] val newProperty: String
            public? [ResolvedTo(COMPILER_REQUIRED_ANNOTATIONS)] [ContainingClassKey=EmptyInterface] get(): String

    }
    public final? [ResolvedTo(RAW_FIR)] interface InterfaceWithMembers : AnotherSuperInterface {
        public? final? [ResolvedTo(RAW_FIR)] val property: Int
            public? [ResolvedTo(RAW_FIR)] [ContainingClassKey=InterfaceWithMembers] get(): Int

        public? final? [ResolvedTo(RAW_FIR)] fun functionWithDefaultImplementation([ResolvedTo(RAW_FIR)] i: Int): Int { LAZY_BLOCK }

        public? open? override [ResolvedTo(RAW_FIR)] fun baseFunction(): R|kotlin/Unit|

        public? open? override [ResolvedTo(RAW_FIR)] fun baz(): R|kotlin/Unit| { LAZY_BLOCK }

    }
    public final? [ResolvedTo(RAW_FIR)] interface AnotherSuperInterface : R|kotlin/Any| {
        public? final? [ResolvedTo(RAW_FIR)] fun baz(): R|kotlin/Unit|

        public? final? [ResolvedTo(RAW_FIR)] fun baseFunction(): R|kotlin/Unit|

    }

COMPANION_GENERATION:
FILE: [ResolvedTo(IMPORTS)] nonEmptyInterfaceWithSuper.kt
    public final? [ResolvedTo(COMPANION_GENERATION)] interface EmptyInterface : InterfaceWithMembers {
        public? final? [ResolvedTo(COMPANION_GENERATION)] val newProperty: String
            public? [ResolvedTo(COMPANION_GENERATION)] [ContainingClassKey=EmptyInterface] get(): String

    }
    public final? [ResolvedTo(RAW_FIR)] interface InterfaceWithMembers : AnotherSuperInterface {
        public? final? [ResolvedTo(RAW_FIR)] val property: Int
            public? [ResolvedTo(RAW_FIR)] [ContainingClassKey=InterfaceWithMembers] get(): Int

        public? final? [ResolvedTo(RAW_FIR)] fun functionWithDefaultImplementation([ResolvedTo(RAW_FIR)] i: Int): Int { LAZY_BLOCK }

        public? open? override [ResolvedTo(RAW_FIR)] fun baseFunction(): R|kotlin/Unit|

        public? open? override [ResolvedTo(RAW_FIR)] fun baz(): R|kotlin/Unit| { LAZY_BLOCK }

    }
    public final? [ResolvedTo(RAW_FIR)] interface AnotherSuperInterface : R|kotlin/Any| {
        public? final? [ResolvedTo(RAW_FIR)] fun baz(): R|kotlin/Unit|

        public? final? [ResolvedTo(RAW_FIR)] fun baseFunction(): R|kotlin/Unit|

    }

SUPER_TYPES:
FILE: [ResolvedTo(IMPORTS)] nonEmptyInterfaceWithSuper.kt
    public final? [ResolvedTo(SUPER_TYPES)] interface EmptyInterface : R|InterfaceWithMembers| {
        public? final? [ResolvedTo(SUPER_TYPES)] val newProperty: String
            public? [ResolvedTo(SUPER_TYPES)] [ContainingClassKey=EmptyInterface] get(): String

    }
    public final? [ResolvedTo(SUPER_TYPES)] interface InterfaceWithMembers : R|AnotherSuperInterface| {
        public? final? [ResolvedTo(RAW_FIR)] val property: Int
            public? [ResolvedTo(RAW_FIR)] [ContainingClassKey=InterfaceWithMembers] get(): Int

        public? final? [ResolvedTo(RAW_FIR)] fun functionWithDefaultImplementation([ResolvedTo(RAW_FIR)] i: Int): Int { LAZY_BLOCK }

        public? open? override [ResolvedTo(RAW_FIR)] fun baseFunction(): R|kotlin/Unit|

        public? open? override [ResolvedTo(RAW_FIR)] fun baz(): R|kotlin/Unit| { LAZY_BLOCK }

    }
    public final? [ResolvedTo(SUPER_TYPES)] interface AnotherSuperInterface : R|kotlin/Any| {
        public? final? [ResolvedTo(RAW_FIR)] fun baz(): R|kotlin/Unit|

        public? final? [ResolvedTo(RAW_FIR)] fun baseFunction(): R|kotlin/Unit|

    }

TYPES:
FILE: [ResolvedTo(IMPORTS)] nonEmptyInterfaceWithSuper.kt
    public final? [ResolvedTo(TYPES)] interface EmptyInterface : R|InterfaceWithMembers| {
        public? final? [ResolvedTo(TYPES)] val newProperty: R|kotlin/String|
            public? [ResolvedTo(TYPES)] [ContainingClassKey=EmptyInterface] get(): R|kotlin/String|

    }
    public final? [ResolvedTo(SUPER_TYPES)] interface InterfaceWithMembers : R|AnotherSuperInterface| {
        public? final? [ResolvedTo(RAW_FIR)] val property: Int
            public? [ResolvedTo(RAW_FIR)] [ContainingClassKey=InterfaceWithMembers] get(): Int

        public? final? [ResolvedTo(RAW_FIR)] fun functionWithDefaultImplementation([ResolvedTo(RAW_FIR)] i: Int): Int { LAZY_BLOCK }

        public? open? override [ResolvedTo(RAW_FIR)] fun baseFunction(): R|kotlin/Unit|

        public? open? override [ResolvedTo(RAW_FIR)] fun baz(): R|kotlin/Unit| { LAZY_BLOCK }

    }
    public final? [ResolvedTo(SUPER_TYPES)] interface AnotherSuperInterface : R|kotlin/Any| {
        public? final? [ResolvedTo(RAW_FIR)] fun baz(): R|kotlin/Unit|

        public? final? [ResolvedTo(RAW_FIR)] fun baseFunction(): R|kotlin/Unit|

    }

STATUS:
FILE: [ResolvedTo(IMPORTS)] nonEmptyInterfaceWithSuper.kt
    public abstract [ResolvedTo(STATUS)] interface EmptyInterface : R|InterfaceWithMembers| {
        public abstract [ResolvedTo(STATUS)] val newProperty: R|kotlin/String|
            public [ResolvedTo(STATUS)] [ContainingClassKey=EmptyInterface] get(): R|kotlin/String|

    }
    public abstract [ResolvedTo(STATUS)] interface InterfaceWithMembers : R|AnotherSuperInterface| {
        public abstract [ResolvedTo(STATUS)] val property: R|kotlin/Int|
            public [ResolvedTo(STATUS)] [ContainingClassKey=InterfaceWithMembers] get(): R|kotlin/Int|

        public open [ResolvedTo(STATUS)] fun functionWithDefaultImplementation([ResolvedTo(STATUS)] i: R|kotlin/Int|): R|kotlin/Int| { LAZY_BLOCK }

        public abstract override [ResolvedTo(STATUS)] fun baseFunction(): R|kotlin/Unit|

        public open override [ResolvedTo(STATUS)] fun baz(): R|kotlin/Unit| { LAZY_BLOCK }

    }
    public abstract [ResolvedTo(STATUS)] interface AnotherSuperInterface : R|kotlin/Any| {
        public abstract [ResolvedTo(STATUS)] fun baz(): R|kotlin/Unit|

        public abstract [ResolvedTo(STATUS)] fun baseFunction(): R|kotlin/Unit|

    }

EXPECT_ACTUAL_MATCHING:
FILE: [ResolvedTo(IMPORTS)] nonEmptyInterfaceWithSuper.kt
    public abstract [ResolvedTo(EXPECT_ACTUAL_MATCHING)] interface EmptyInterface : R|InterfaceWithMembers| {
        public abstract [ResolvedTo(EXPECT_ACTUAL_MATCHING)] val newProperty: R|kotlin/String|
            public [ResolvedTo(EXPECT_ACTUAL_MATCHING)] [ContainingClassKey=EmptyInterface] get(): R|kotlin/String|

    }
    public abstract [ResolvedTo(STATUS)] interface InterfaceWithMembers : R|AnotherSuperInterface| {
        public abstract [ResolvedTo(STATUS)] val property: R|kotlin/Int|
            public [ResolvedTo(STATUS)] [ContainingClassKey=InterfaceWithMembers] get(): R|kotlin/Int|

        public open [ResolvedTo(STATUS)] fun functionWithDefaultImplementation([ResolvedTo(STATUS)] i: R|kotlin/Int|): R|kotlin/Int| { LAZY_BLOCK }

        public abstract override [ResolvedTo(STATUS)] fun baseFunction(): R|kotlin/Unit|

        public open override [ResolvedTo(STATUS)] fun baz(): R|kotlin/Unit| { LAZY_BLOCK }

    }
    public abstract [ResolvedTo(STATUS)] interface AnotherSuperInterface : R|kotlin/Any| {
        public abstract [ResolvedTo(STATUS)] fun baz(): R|kotlin/Unit|

        public abstract [ResolvedTo(STATUS)] fun baseFunction(): R|kotlin/Unit|

    }

CONTRACTS:
FILE: [ResolvedTo(IMPORTS)] nonEmptyInterfaceWithSuper.kt
    public abstract [ResolvedTo(CONTRACTS)] interface EmptyInterface : R|InterfaceWithMembers| {
        public abstract [ResolvedTo(CONTRACTS)] val newProperty: R|kotlin/String|
            public [ResolvedTo(CONTRACTS)] [ContainingClassKey=EmptyInterface] get(): R|kotlin/String|

    }
    public abstract [ResolvedTo(STATUS)] interface InterfaceWithMembers : R|AnotherSuperInterface| {
        public abstract [ResolvedTo(STATUS)] val property: R|kotlin/Int|
            public [ResolvedTo(STATUS)] [ContainingClassKey=InterfaceWithMembers] get(): R|kotlin/Int|

        public open [ResolvedTo(STATUS)] fun functionWithDefaultImplementation([ResolvedTo(STATUS)] i: R|kotlin/Int|): R|kotlin/Int| { LAZY_BLOCK }

        public abstract override [ResolvedTo(STATUS)] fun baseFunction(): R|kotlin/Unit|

        public open override [ResolvedTo(STATUS)] fun baz(): R|kotlin/Unit| { LAZY_BLOCK }

    }
    public abstract [ResolvedTo(STATUS)] interface AnotherSuperInterface : R|kotlin/Any| {
        public abstract [ResolvedTo(STATUS)] fun baz(): R|kotlin/Unit|

        public abstract [ResolvedTo(STATUS)] fun baseFunction(): R|kotlin/Unit|

    }

IMPLICIT_TYPES_BODY_RESOLVE:
FILE: [ResolvedTo(IMPORTS)] nonEmptyInterfaceWithSuper.kt
    public abstract [ResolvedTo(IMPLICIT_TYPES_BODY_RESOLVE)] interface EmptyInterface : R|InterfaceWithMembers| {
        public abstract [ResolvedTo(IMPLICIT_TYPES_BODY_RESOLVE)] val newProperty: R|kotlin/String|
            public [ResolvedTo(IMPLICIT_TYPES_BODY_RESOLVE)] [ContainingClassKey=EmptyInterface] get(): R|kotlin/String|

    }
    public abstract [ResolvedTo(STATUS)] interface InterfaceWithMembers : R|AnotherSuperInterface| {
        public abstract [ResolvedTo(STATUS)] val property: R|kotlin/Int|
            public [ResolvedTo(STATUS)] [ContainingClassKey=InterfaceWithMembers] get(): R|kotlin/Int|

        public open [ResolvedTo(STATUS)] fun functionWithDefaultImplementation([ResolvedTo(STATUS)] i: R|kotlin/Int|): R|kotlin/Int| { LAZY_BLOCK }

        public abstract override [ResolvedTo(STATUS)] fun baseFunction(): R|kotlin/Unit|

        public open override [ResolvedTo(STATUS)] fun baz(): R|kotlin/Unit| { LAZY_BLOCK }

    }
    public abstract [ResolvedTo(STATUS)] interface AnotherSuperInterface : R|kotlin/Any| {
        public abstract [ResolvedTo(STATUS)] fun baz(): R|kotlin/Unit|

        public abstract [ResolvedTo(STATUS)] fun baseFunction(): R|kotlin/Unit|

    }

CONSTANT_EVALUATION:
FILE: [ResolvedTo(IMPORTS)] nonEmptyInterfaceWithSuper.kt
    public abstract [ResolvedTo(CONSTANT_EVALUATION)] interface EmptyInterface : R|InterfaceWithMembers| {
        public abstract [ResolvedTo(CONSTANT_EVALUATION)] val newProperty: R|kotlin/String|
            public [ResolvedTo(CONSTANT_EVALUATION)] [ContainingClassKey=EmptyInterface] get(): R|kotlin/String|

    }
    public abstract [ResolvedTo(STATUS)] interface InterfaceWithMembers : R|AnotherSuperInterface| {
        public abstract [ResolvedTo(STATUS)] val property: R|kotlin/Int|
            public [ResolvedTo(STATUS)] [ContainingClassKey=InterfaceWithMembers] get(): R|kotlin/Int|

        public open [ResolvedTo(STATUS)] fun functionWithDefaultImplementation([ResolvedTo(STATUS)] i: R|kotlin/Int|): R|kotlin/Int| { LAZY_BLOCK }

        public abstract override [ResolvedTo(STATUS)] fun baseFunction(): R|kotlin/Unit|

        public open override [ResolvedTo(STATUS)] fun baz(): R|kotlin/Unit| { LAZY_BLOCK }

    }
    public abstract [ResolvedTo(STATUS)] interface AnotherSuperInterface : R|kotlin/Any| {
        public abstract [ResolvedTo(STATUS)] fun baz(): R|kotlin/Unit|

        public abstract [ResolvedTo(STATUS)] fun baseFunction(): R|kotlin/Unit|

    }

ANNOTATION_ARGUMENTS:
FILE: [ResolvedTo(IMPORTS)] nonEmptyInterfaceWithSuper.kt
    public abstract [ResolvedTo(ANNOTATION_ARGUMENTS)] interface EmptyInterface : R|InterfaceWithMembers| {
        public abstract [ResolvedTo(ANNOTATION_ARGUMENTS)] val newProperty: R|kotlin/String|
            public [ResolvedTo(ANNOTATION_ARGUMENTS)] [ContainingClassKey=EmptyInterface] get(): R|kotlin/String|

    }
    public abstract [ResolvedTo(STATUS)] interface InterfaceWithMembers : R|AnotherSuperInterface| {
        public abstract [ResolvedTo(STATUS)] val property: R|kotlin/Int|
            public [ResolvedTo(STATUS)] [ContainingClassKey=InterfaceWithMembers] get(): R|kotlin/Int|

        public open [ResolvedTo(STATUS)] fun functionWithDefaultImplementation([ResolvedTo(STATUS)] i: R|kotlin/Int|): R|kotlin/Int| { LAZY_BLOCK }

        public abstract override [ResolvedTo(STATUS)] fun baseFunction(): R|kotlin/Unit|

        public open override [ResolvedTo(STATUS)] fun baz(): R|kotlin/Unit| { LAZY_BLOCK }

    }
    public abstract [ResolvedTo(STATUS)] interface AnotherSuperInterface : R|kotlin/Any| {
        public abstract [ResolvedTo(STATUS)] fun baz(): R|kotlin/Unit|

        public abstract [ResolvedTo(STATUS)] fun baseFunction(): R|kotlin/Unit|

    }

BODY_RESOLVE:
FILE: [ResolvedTo(IMPORTS)] nonEmptyInterfaceWithSuper.kt
    public abstract [ResolvedTo(BODY_RESOLVE)] interface EmptyInterface : R|InterfaceWithMembers| {
        public abstract [ResolvedTo(BODY_RESOLVE)] val newProperty: R|kotlin/String|
            public [ResolvedTo(BODY_RESOLVE)] [ContainingClassKey=EmptyInterface] get(): R|kotlin/String|

    }
    public abstract [ResolvedTo(STATUS)] interface InterfaceWithMembers : R|AnotherSuperInterface| {
        public abstract [ResolvedTo(STATUS)] val property: R|kotlin/Int|
            public [ResolvedTo(STATUS)] [ContainingClassKey=InterfaceWithMembers] get(): R|kotlin/Int|

        public open [ResolvedTo(STATUS)] fun functionWithDefaultImplementation([ResolvedTo(STATUS)] i: R|kotlin/Int|): R|kotlin/Int| { LAZY_BLOCK }

        public abstract override [ResolvedTo(STATUS)] fun baseFunction(): R|kotlin/Unit|

        public open override [ResolvedTo(STATUS)] fun baz(): R|kotlin/Unit| { LAZY_BLOCK }

    }
    public abstract [ResolvedTo(STATUS)] interface AnotherSuperInterface : R|kotlin/Any| {
        public abstract [ResolvedTo(STATUS)] fun baz(): R|kotlin/Unit|

        public abstract [ResolvedTo(STATUS)] fun baseFunction(): R|kotlin/Unit|

    }

FILE RAW TO BODY:
FILE: [ResolvedTo(BODY_RESOLVE)] nonEmptyInterfaceWithSuper.kt
    public abstract [ResolvedTo(BODY_RESOLVE)] interface EmptyInterface : R|InterfaceWithMembers| {
        public abstract [ResolvedTo(BODY_RESOLVE)] val newProperty: R|kotlin/String|
            public [ResolvedTo(BODY_RESOLVE)] [ContainingClassKey=EmptyInterface] get(): R|kotlin/String|

    }
    public abstract [ResolvedTo(BODY_RESOLVE)] interface InterfaceWithMembers : R|AnotherSuperInterface| {
        public abstract [ResolvedTo(BODY_RESOLVE)] val property: R|kotlin/Int|
            public [ResolvedTo(BODY_RESOLVE)] [ContainingClassKey=InterfaceWithMembers] get(): R|kotlin/Int|

        public open [ResolvedTo(BODY_RESOLVE)] fun functionWithDefaultImplementation([ResolvedTo(BODY_RESOLVE)] i: R|kotlin/Int|): R|kotlin/Int| {
            ^functionWithDefaultImplementation R|<local>/i|
        }

        public abstract override [ResolvedTo(BODY_RESOLVE)] fun baseFunction(): R|kotlin/Unit|

        public open override [ResolvedTo(BODY_RESOLVE)] fun baz(): R|kotlin/Unit| {
        }

    }
    public abstract [ResolvedTo(BODY_RESOLVE)] interface AnotherSuperInterface : R|kotlin/Any| {
        public abstract [ResolvedTo(BODY_RESOLVE)] fun baz(): R|kotlin/Unit|

        public abstract [ResolvedTo(BODY_RESOLVE)] fun baseFunction(): R|kotlin/Unit|

    }
