FILE fqName:<root> fileName:/arrayAccess.kt
  PROPERTY name:p visibility:public modality:FINAL [val]
    FIELD PROPERTY_BACKING_FIELD name:p type:kotlin.Int visibility:public [final,static]
      EXPRESSION_BODY
        CONST Int type=kotlin.Int value=0
    FUN DEFAULT_PROPERTY_ACCESSOR name:<get-p> visibility:public modality:FINAL <> () returnType:kotlin.Int
      correspondingProperty: PROPERTY name:p visibility:public modality:FINAL [val]
      BLOCK_BODY
        RETURN type=kotlin.Nothing from='public final fun <get-p> (): kotlin.Int declared in <root>'
          GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:p type:kotlin.Int visibility:public [final,static] ' type=kotlin.Int origin=null
  FUN name:foo visibility:public modality:FINAL <> () returnType:kotlin.Int
    BLOCK_BODY
      RETURN type=kotlin.Nothing from='public final fun foo (): kotlin.Int declared in <root>'
        CONST Int type=kotlin.Int value=1
  FUN name:test visibility:public modality:FINAL <> (a:kotlin.IntArray) returnType:kotlin.String
    VALUE_PARAMETER name:a index:0 type:kotlin.IntArray
    BLOCK_BODY
      RETURN type=kotlin.Nothing from='public final fun test (a: kotlin.IntArray): kotlin.String declared in <root>'
        CALL 'public final fun plus (other: kotlin.Any?): kotlin.String declared in kotlin' type=kotlin.String origin=null
          other: CALL 'public final fun get (index: kotlin.Int): kotlin.Int declared in kotlin.IntArray' type=kotlin.Int origin=null
            index: CALL 'public final fun foo (): kotlin.Int declared in <root>' type=kotlin.Int origin=null
