IrFile /smoke.kt
  IrFunction public fun testFun(): kotlin.String
    IrExpressionBody
      BLOCK type=<no-type> hasResult=false operator=null
        RETURN type=<no-type>
          CONST String type=kotlin.String value='OK'
  IrProperty public val testSimpleVal: kotlin.Int = 1 getter=null setter=null
    IrExpressionBody
      CONST Int type=kotlin.Int value='1'
  IrProperty public val testValWithGetter: kotlin.Int getter=<get-testValWithGetter> setter=null
  IrPropertyGetter public fun <get-testValWithGetter>(): kotlin.Int property=testValWithGetter
    IrExpressionBody
      BLOCK type=<no-type> hasResult=false operator=null
        RETURN type=<no-type>
          CONST Int type=kotlin.Int value='42'
  IrProperty public var testSimpleVar: kotlin.Int getter=null setter=null
    IrExpressionBody
      CONST Int type=kotlin.Int value='2'
  IrProperty public var testVarWithAccessors: kotlin.Int getter=<get-testVarWithAccessors> setter=<set-testVarWithAccessors>
  IrPropertyGetter public fun <get-testVarWithAccessors>(): kotlin.Int property=testVarWithAccessors
    IrExpressionBody
      BLOCK type=<no-type> hasResult=false operator=null
        RETURN type=<no-type>
          CONST Int type=kotlin.Int value='42'
  IrPropertySetter public fun <set-testVarWithAccessors>(/*0*/ v: kotlin.Int): kotlin.Unit property=testVarWithAccessors
    IrExpressionBody
      BLOCK type=<no-type> hasResult=false operator=null
