FILE /innerClass.kt
  CLASS CLASS Outer
    $this: VALUE_PARAMETER this@Outer: Outer
    CONSTRUCTOR public constructor Outer()
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
        INSTANCE_INITIALIZER_CALL classDescriptor='Outer'
    CLASS CLASS TestInnerClass
      $this: VALUE_PARAMETER this@TestInnerClass: TestInnerClass
      CONSTRUCTOR public constructor TestInnerClass()
        $outer: VALUE_PARAMETER this@Outer: Outer
        BLOCK_BODY
          DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
          INSTANCE_INITIALIZER_CALL classDescriptor='TestInnerClass'
      FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean
        $this: VALUE_PARAMETER this@Any: Any
        VALUE_PARAMETER value-parameter other: kotlin.Any?
      FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int
        $this: VALUE_PARAMETER this@Any: Any
      FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String
        $this: VALUE_PARAMETER this@Any: Any
    CLASS CLASS DerivedInnerClass
      $this: VALUE_PARAMETER this@DerivedInnerClass: DerivedInnerClass
      CONSTRUCTOR public constructor DerivedInnerClass()
        $outer: VALUE_PARAMETER this@Outer: Outer
        BLOCK_BODY
          DELEGATING_CONSTRUCTOR_CALL 'constructor TestInnerClass()'
            $this: GET_VAR 'this@Outer: Outer' type=Outer origin=null
          INSTANCE_INITIALIZER_CALL classDescriptor='DerivedInnerClass'
      FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean
        $this: VALUE_PARAMETER this@Any: Any
        VALUE_PARAMETER value-parameter other: kotlin.Any?
      FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int
        $this: VALUE_PARAMETER this@Any: Any
      FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String
        $this: VALUE_PARAMETER this@Any: Any
    FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean
      $this: VALUE_PARAMETER this@Any: Any
      VALUE_PARAMETER value-parameter other: kotlin.Any?
    FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int
      $this: VALUE_PARAMETER this@Any: Any
    FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String
      $this: VALUE_PARAMETER this@Any: Any

