STATUS:
FILE: [ResolvedTo(IMPORTS)] preresolvedEmptyInterfaceWithSuper.kt
    public abstract [ResolvedTo(STATUS)] interface EmptyInterface : R|InterfaceWithMembers| {
    }
    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)] preresolvedEmptyInterfaceWithSuper.kt
    public abstract [ResolvedTo(EXPECT_ACTUAL_MATCHING)] interface EmptyInterface : R|InterfaceWithMembers| {
    }
    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)] preresolvedEmptyInterfaceWithSuper.kt
    public abstract [ResolvedTo(CONTRACTS)] interface EmptyInterface : R|InterfaceWithMembers| {
    }
    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)] preresolvedEmptyInterfaceWithSuper.kt
    public abstract [ResolvedTo(IMPLICIT_TYPES_BODY_RESOLVE)] interface EmptyInterface : R|InterfaceWithMembers| {
    }
    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)] preresolvedEmptyInterfaceWithSuper.kt
    public abstract [ResolvedTo(CONSTANT_EVALUATION)] interface EmptyInterface : R|InterfaceWithMembers| {
    }
    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)] preresolvedEmptyInterfaceWithSuper.kt
    public abstract [ResolvedTo(ANNOTATION_ARGUMENTS)] interface EmptyInterface : R|InterfaceWithMembers| {
    }
    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)] preresolvedEmptyInterfaceWithSuper.kt
    public abstract [ResolvedTo(BODY_RESOLVE)] interface EmptyInterface : R|InterfaceWithMembers| {
    }
    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)] preresolvedEmptyInterfaceWithSuper.kt
    public abstract [ResolvedTo(BODY_RESOLVE)] interface EmptyInterface : R|InterfaceWithMembers| {
    }
    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|

    }
