FILE /suppressedNonPublicCall.kt
  CLASS CLASS C
    CONSTRUCTOR public constructor C()
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
        INSTANCE_INITIALIZER_CALL classDescriptor='C'
    FUN internal final fun bar(): kotlin.Unit
      $this: VALUE_PARAMETER <receiver: C>
      BLOCK_BODY
    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 public inline fun C.foo(): kotlin.Unit
    $receiver: VALUE_PARAMETER <receiver: foo() on C: Unit>
    BLOCK_BODY
      CALL 'bar(): Unit' type=kotlin.Unit origin=null
        $this: GET_VAR '<receiver: foo() on C: Unit>' type=C origin=null
