FILE /objectLiteralExpressions.kt
  CLASS INTERFACE IFoo
    $this: VALUE_PARAMETER this@IFoo: IFoo
    FUN public abstract fun foo(): kotlin.Unit
      $this: VALUE_PARAMETER this@IFoo: IFoo
    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
  PROPERTY public val test1: kotlin.Any
    FIELD PROPERTY_BACKING_FIELD public val test1: kotlin.Any
      EXPRESSION_BODY
        BLOCK type=test1.<no name provided> origin=OBJECT_LITERAL
          CLASS CLASS <no name provided>
            $this: VALUE_PARAMETER this@<no name provided>: <no name provided>
            CONSTRUCTOR public constructor <no name provided>()
              BLOCK_BODY
                DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
                INSTANCE_INITIALIZER_CALL classDescriptor='<no name provided>'
            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 'constructor <no name provided>()' type=test1.<no name provided> origin=OBJECT_LITERAL
    FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-test1>(): kotlin.Any
      BLOCK_BODY
        RETURN type=kotlin.Nothing from='<get-test1>(): Any'
          GET_FIELD 'test1: Any' type=kotlin.Any origin=null
  PROPERTY public val test2: IFoo
    FIELD PROPERTY_BACKING_FIELD public val test2: IFoo
      EXPRESSION_BODY
        BLOCK type=test2.<no name provided> origin=OBJECT_LITERAL
          CLASS CLASS <no name provided>
            $this: VALUE_PARAMETER this@<no name provided>: <no name provided>
            CONSTRUCTOR public constructor <no name provided>()
              BLOCK_BODY
                DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
                INSTANCE_INITIALIZER_CALL classDescriptor='<no name provided>'
            FUN public open override fun foo(): kotlin.Unit
              $this: VALUE_PARAMETER this@<no name provided>: <no name provided>
              BLOCK_BODY
                CALL 'println(Any?): Unit' type=kotlin.Unit origin=null
                  message: CONST String type=kotlin.String value='foo'
            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 'constructor <no name provided>()' type=test2.<no name provided> origin=OBJECT_LITERAL
    FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-test2>(): IFoo
      BLOCK_BODY
        RETURN type=kotlin.Nothing from='<get-test2>(): IFoo'
          GET_FIELD 'test2: IFoo' type=IFoo origin=null
  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 Inner
      $this: VALUE_PARAMETER this@Inner: Inner
      CONSTRUCTOR public constructor Inner()
        $outer: VALUE_PARAMETER this@Outer: Outer
        BLOCK_BODY
          DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
          INSTANCE_INITIALIZER_CALL classDescriptor='Inner'
      FUN FAKE_OVERRIDE public abstract override fun foo(): kotlin.Unit
        $this: VALUE_PARAMETER this@IFoo: IFoo
      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 public final fun test3(): Outer.Inner
      $this: VALUE_PARAMETER this@Outer: Outer
      BLOCK_BODY
        RETURN type=kotlin.Nothing from='test3(): Outer.Inner'
          BLOCK type=Outer.test3.<no name provided> origin=OBJECT_LITERAL
            CLASS CLASS <no name provided>
              $this: VALUE_PARAMETER this@<no name provided>: <no name provided>
              CONSTRUCTOR public constructor <no name provided>()
                BLOCK_BODY
                  DELEGATING_CONSTRUCTOR_CALL 'constructor Inner()'
                    $this: GET_VAR 'this@Outer: Outer' type=Outer origin=null
                  INSTANCE_INITIALIZER_CALL classDescriptor='<no name provided>'
              FUN public open override fun foo(): kotlin.Unit
                $this: VALUE_PARAMETER this@<no name provided>: <no name provided>
                BLOCK_BODY
                  CALL 'println(Any?): Unit' type=kotlin.Unit origin=null
                    message: CONST String type=kotlin.String value='foo'
              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 'constructor <no name provided>()' type=Outer.test3.<no name provided> origin=OBJECT_LITERAL
    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 public fun Outer.test4(): Outer.Inner
    $receiver: VALUE_PARAMETER this@test4: Outer
    BLOCK_BODY
      RETURN type=kotlin.Nothing from='test4() on Outer: Outer.Inner'
        BLOCK type=test4.<no name provided> origin=OBJECT_LITERAL
          CLASS CLASS <no name provided>
            $this: VALUE_PARAMETER this@<no name provided>: <no name provided>
            CONSTRUCTOR public constructor <no name provided>()
              BLOCK_BODY
                DELEGATING_CONSTRUCTOR_CALL 'constructor Inner()'
                  $this: GET_VAR 'this@test4: Outer' type=Outer origin=null
                INSTANCE_INITIALIZER_CALL classDescriptor='<no name provided>'
            FUN public open override fun foo(): kotlin.Unit
              $this: VALUE_PARAMETER this@<no name provided>: <no name provided>
              BLOCK_BODY
                CALL 'println(Any?): Unit' type=kotlin.Unit origin=null
                  message: CONST String type=kotlin.String value='foo'
            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 'constructor <no name provided>()' type=test4.<no name provided> origin=OBJECT_LITERAL

