IrFile /smoke.kt
  IrFunction public fun testFun(): kotlin.String
    IrExpressionBody
      IrBlockExpression type=kotlin.Nothing
        IrReturnExpression type=kotlin.Nothing
          IrLiteral String type=kotlin.String value='OK'
  IrProperty public val testSimpleVal: kotlin.Int = 1
    IrExpressionBody
      IrReturnExpression type=kotlin.Int
        IrLiteral Int type=kotlin.Int value='1'
  IrProperty public val testValWithGetter: kotlin.Int
    IrPropertyGetter public fun <get-testValWithGetter>(): kotlin.Int
      IrExpressionBody
        IrReturnExpression type=kotlin.Int
          IrLiteral Int type=kotlin.Int value='42'
  IrProperty public var testSimpleVar: kotlin.Int
    IrExpressionBody
      IrReturnExpression type=kotlin.Int
        IrLiteral Int type=kotlin.Int value='2'
  IrProperty public var testVarWithAccessors: kotlin.Int
    IrPropertyGetter public fun <get-testVarWithAccessors>(): kotlin.Int
      IrExpressionBody
        IrReturnExpression type=kotlin.Int
          IrLiteral Int type=kotlin.Int value='42'
    IrPropertySetter public fun <set-testVarWithAccessors>(/*0*/ v: kotlin.Int): kotlin.Unit
      IrExpressionBody
        IrBlockExpression type=kotlin.Unit
