FILE /class.kt
  CLASS INTERFACE TestInterface
    TYPE_PARAMETER <T>
    CLASS INTERFACE TestNestedInterface
      TYPE_PARAMETER <TT>
      FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean
      FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int
      FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String
    FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean
    FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int
    FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String
  CLASS CLASS Test
    TYPE_PARAMETER <T0>
    CONSTRUCTOR public constructor Test<T0>()
      TYPE_PARAMETER <T0>
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
        INSTANCE_INITIALIZER_CALL classDescriptor='Test'
    CLASS CLASS TestNested
      TYPE_PARAMETER <T1>
      CONSTRUCTOR public constructor TestNested<T1>()
        TYPE_PARAMETER <T1>
        BLOCK_BODY
          DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
          INSTANCE_INITIALIZER_CALL classDescriptor='TestNested'
      FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean
      FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int
      FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String
    CLASS CLASS TestInner
      TYPE_PARAMETER <T2>
      CONSTRUCTOR public constructor TestInner<T2>()
        TYPE_PARAMETER <T2>
        $this: VALUE_PARAMETER <receiver: Test>
        BLOCK_BODY
          DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
          INSTANCE_INITIALIZER_CALL classDescriptor='TestInner'
      FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean
      FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int
      FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String
    FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean
    FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int
    FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String
