FILE: [ResolvedTo(BODY_RESOLVE)] for.kt
    public final [ResolvedTo(ANNOTATION_ARGUMENTS)] fun foo(): R|kotlin/Unit| { LAZY_BLOCK }
    public final [ResolvedTo(ANNOTATION_ARGUMENTS)] fun fooLabeled(): R|kotlin/Unit| { LAZY_BLOCK }
    public final [ResolvedTo(ANNOTATION_ARGUMENTS)] fun bar([ResolvedTo(ANNOTATION_ARGUMENTS)] list: R|kotlin/collections/List<kotlin/String>|): R|kotlin/Unit| { LAZY_BLOCK }
    public final data [ResolvedTo(BODY_RESOLVE)] class Some : R|kotlin/Any| {
        public [ResolvedTo(BODY_RESOLVE)] [ContainingClassKey=Some] constructor([ResolvedTo(BODY_RESOLVE)] [CorrespondingProperty=/Some.x] x: R|kotlin/Int|, [ResolvedTo(BODY_RESOLVE)] [CorrespondingProperty=/Some.y] y: R|kotlin/Int|): R|Some| {
            super<R|kotlin/Any|>()
        }

        public final [ResolvedTo(BODY_RESOLVE)] [ComponentFunctionSymbolKey=/Some.component1, IsFromPrimaryConstructor=true] val x: R|kotlin/Int| = R|<local>/x|
            public [ResolvedTo(BODY_RESOLVE)] [ContainingClassKey=Some] get(): R|kotlin/Int|

        public final [ResolvedTo(BODY_RESOLVE)] [ComponentFunctionSymbolKey=/Some.component2, IsFromPrimaryConstructor=true] val y: R|kotlin/Int| = R|<local>/y|
            public [ResolvedTo(BODY_RESOLVE)] [ContainingClassKey=Some] get(): R|kotlin/Int|

        public final operator [ResolvedTo(BODY_RESOLVE)] fun component1(): R|kotlin/Int|

        public final operator [ResolvedTo(BODY_RESOLVE)] fun component2(): R|kotlin/Int|

        public final [ResolvedTo(BODY_RESOLVE)] fun copy([ResolvedTo(BODY_RESOLVE)] x: R|kotlin/Int| = this@R|/Some|.R|/Some.x|, [ResolvedTo(BODY_RESOLVE)] y: R|kotlin/Int| = this@R|/Some|.R|/Some.y|): R|Some|

    }
    public final [ResolvedTo(ANNOTATION_ARGUMENTS)] fun baz([ResolvedTo(ANNOTATION_ARGUMENTS)] set: R|kotlin/collections/Set<Some>|): R|kotlin/Unit| { LAZY_BLOCK }
    public final [ResolvedTo(ANNOTATION_ARGUMENTS)] fun withParameter([ResolvedTo(ANNOTATION_ARGUMENTS)] list: R|kotlin/collections/List<Some>|): R|kotlin/Unit| { LAZY_BLOCK }