FILE fqName:bar fileName:/generatedClassWithMembersAndNestedClasses.kt
  CLASS CLASS name:Foo modality:FINAL visibility:public superTypes:[kotlin.Any]
    annotations:
      ExternalClassWithNested
    $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:bar.Foo
    CONSTRUCTOR visibility:public <> () returnType:bar.Foo [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () [primary] declared in kotlin.Any'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:Foo modality:FINAL visibility:public superTypes:[kotlin.Any]'
    FUN name:box visibility:public modality:FINAL <> ($this:bar.Foo) returnType:kotlin.String
      $this: VALUE_PARAMETER name:<this> type:bar.Foo
      BLOCK_BODY
        RETURN type=kotlin.Nothing from='public final fun box (): kotlin.String declared in bar.Foo'
          CONST String type=kotlin.String value="OK"
    FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:kotlin.Boolean [fake_override,operator]
      overridden:
        public open fun equals (other: kotlin.Any?): kotlin.Boolean [operator] declared in kotlin.Any
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
      VALUE_PARAMETER name:other index:0 type:kotlin.Any?
    FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.Int [fake_override]
      overridden:
        public open fun hashCode (): kotlin.Int declared in kotlin.Any
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.String [fake_override]
      overridden:
        public open fun toString (): kotlin.String declared in kotlin.Any
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
  FUN name:testConstructor visibility:public modality:FINAL <> () returnType:kotlin.Unit
    BLOCK_BODY
      VAR name:generatedClass type:foo.AllOpenGenerated [val]
        CONSTRUCTOR_CALL 'public constructor <init> () [primary] declared in foo.AllOpenGenerated' type=foo.AllOpenGenerated origin=null
  FUN name:testNestedClasses visibility:public modality:FINAL <> () returnType:kotlin.String
    BLOCK_BODY
      VAR name:nestedFoo type:foo.AllOpenGenerated.NestedFoo [val]
        CONSTRUCTOR_CALL 'public constructor <init> () [primary] declared in foo.AllOpenGenerated.NestedFoo' type=foo.AllOpenGenerated.NestedFoo origin=null
      RETURN type=kotlin.Nothing from='public final fun testNestedClasses (): kotlin.String declared in bar'
        CALL 'public final fun box (): kotlin.String declared in bar.Foo' type=kotlin.String origin=null
          $this: CALL 'public final fun materialize (): bar.Foo declared in foo.AllOpenGenerated.NestedFoo' type=bar.Foo origin=null
            $this: GET_VAR 'val nestedFoo: foo.AllOpenGenerated.NestedFoo [val] declared in bar.testNestedClasses' type=foo.AllOpenGenerated.NestedFoo origin=null
  FUN name:box visibility:public modality:FINAL <> () returnType:kotlin.String
    BLOCK_BODY
      CALL 'public final fun testConstructor (): kotlin.Unit declared in bar' type=kotlin.Unit origin=null
      RETURN type=kotlin.Nothing from='public final fun box (): kotlin.String declared in bar'
        CALL 'public final fun testNestedClasses (): kotlin.String declared in bar' type=kotlin.String origin=null
