IrFile /smoke.kt
  IrFunction public fun testFun(): kotlin.String
    IrExpressionBody
      BLOCK type=kotlin.Nothing hasResult=false isDesugared=false
        RETURN type=kotlin.Nothing
          LITERAL String type=kotlin.String value='OK'
  IrProperty public val testSimpleVal: kotlin.Int = 1 getter=null setter=null
    IrExpressionBody
      LITERAL 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 isDesugared=true
        RETURN type=<no-type>
          LITERAL Int type=kotlin.Int value='42'
  IrProperty public var testSimpleVar: kotlin.Int getter=null setter=null
    IrExpressionBody
      LITERAL 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 isDesugared=true
        RETURN type=<no-type>
          LITERAL Int type=kotlin.Int value='42'
  IrPropertySetter public fun <set-testVarWithAccessors>(/*0*/ v: kotlin.Int): kotlin.Unit property=testVarWithAccessors
    IrExpressionBody
      BLOCK type=kotlin.Unit hasResult=false isDesugared=false
