FILE /classMembers.kt
  CLASS CLASS C
    FUN public constructor C(/*0*/ x: kotlin.Int, /*1*/ y: kotlin.Int, /*2*/ z: kotlin.Int = ...)
      BLOCK_BODY
        SET_BACKING_FIELD y type=kotlin.Unit operator=null
          GET_VAR y type=kotlin.Int operator=INITIALIZE_PROPERTY_FROM_PARAMETER
        SET_BACKING_FIELD z type=kotlin.Unit operator=null
          GET_VAR z type=kotlin.Int operator=INITIALIZE_PROPERTY_FROM_PARAMETER
        SET_BACKING_FIELD property type=kotlin.Unit operator=null
          CONST Int type=kotlin.Int value='0'
    PROPERTY public final val y: kotlin.Int
      EXPRESSION_BODY
        GET_VAR y type=kotlin.Int operator=INITIALIZE_PROPERTY_FROM_PARAMETER
    PROPERTY public final var z: kotlin.Int
      EXPRESSION_BODY
        GET_VAR z type=kotlin.Int operator=INITIALIZE_PROPERTY_FROM_PARAMETER
    FUN public constructor C()
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL C
          x: CONST Int type=kotlin.Int value='0'
          y: CONST Int type=kotlin.Int value='0'
          z: CONST Int type=kotlin.Int value='0'
    PROPERTY public final val property: kotlin.Int = 0
      EXPRESSION_BODY
        CONST Int type=kotlin.Int value='0'
    PROPERTY public final val propertyWithGet: kotlin.Int
      PROPERTY_GETTER public final fun <get-propertyWithGet>(): kotlin.Int
        BLOCK_BODY
          RETURN type=kotlin.Nothing from=<get-propertyWithGet>
            CONST Int type=kotlin.Int value='42'
    PROPERTY public final var propertyWithGetAndSet: kotlin.Int
      PROPERTY_GETTER public final fun <get-propertyWithGetAndSet>(): kotlin.Int
        BLOCK_BODY
          RETURN type=kotlin.Nothing from=<get-propertyWithGetAndSet>
            CALL .<get-z> type=kotlin.Int operator=GET_PROPERTY
              $this: THIS public final class C type=C
      PROPERTY_SETTER public final fun <set-propertyWithGetAndSet>(/*0*/ value: kotlin.Int): kotlin.Unit
        BLOCK_BODY
          CALL .<set-z> type=kotlin.Unit operator=EQ
            $this: THIS public final class C type=C
            <set-?>: GET_VAR value type=kotlin.Int operator=null
    FUN public final fun function(): kotlin.Unit
      BLOCK_BODY
        CALL .println type=kotlin.Unit operator=null
          message: CONST String type=kotlin.String value='1'
    FUN public final fun kotlin.Int.memberExtensionFunction(): kotlin.Unit
      BLOCK_BODY
        CALL .println type=kotlin.Unit operator=null
          message: CONST String type=kotlin.String value='2'
    CLASS CLASS NestedClass
      FUN public constructor NestedClass()
        BLOCK_BODY
      FUN public final fun function(): kotlin.Unit
        BLOCK_BODY
          CALL .println type=kotlin.Unit operator=null
            message: CONST String type=kotlin.String value='3'
      FUN public final fun kotlin.Int.memberExtensionFunction(): kotlin.Unit
        BLOCK_BODY
          CALL .println type=kotlin.Unit operator=null
            message: CONST String type=kotlin.String value='4'
    CLASS INTERFACE NestedInterface
      FUN public abstract fun foo(): kotlin.Unit
      FUN public open fun bar(): kotlin.Unit
        BLOCK_BODY
          RETURN type=kotlin.Nothing from=bar
            CALL .foo type=kotlin.Unit operator=null
              $this: THIS public interface NestedInterface type=C.NestedInterface
    CLASS OBJECT Companion
      FUN private constructor Companion()
        BLOCK_BODY
