FILE /localClasses.kt
  FUN public fun outer(): kotlin.Unit
    BLOCK_BODY
      CLASS CLASS LocalClass
        $this: VALUE_PARAMETER this@LocalClass: LocalClass
        CONSTRUCTOR public constructor LocalClass()
          BLOCK_BODY
            DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
            INSTANCE_INITIALIZER_CALL classDescriptor='LocalClass'
        FUN public final fun foo(): kotlin.Unit
          $this: VALUE_PARAMETER this@LocalClass: LocalClass
          BLOCK_BODY
        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
      CALL 'foo(): Unit' type=kotlin.Unit origin=null
        $this: CALL 'constructor LocalClass()' type=outer.LocalClass origin=null

