IrFile /booleanOperators.kt
  IrFunction public fun test1(/*0*/ a: kotlin.Boolean, /*1*/ b: kotlin.Boolean): kotlin.Boolean
    IrExpressionBody
      BLOCK type=<no-type> hasResult=false operator=null
        RETURN type=<no-type>
          WHEN type=kotlin.Boolean operator=ANDAND
            if: GET_VAR a type=kotlin.Boolean operator=null
            then: GET_VAR b type=kotlin.Boolean operator=null
            else: CONST Boolean type=kotlin.Boolean value='false'
  IrFunction public fun test2(/*0*/ a: kotlin.Boolean, /*1*/ b: kotlin.Boolean): kotlin.Boolean
    IrExpressionBody
      BLOCK type=<no-type> hasResult=false operator=null
        RETURN type=<no-type>
          WHEN type=kotlin.Boolean operator=OROR
            if: GET_VAR a type=kotlin.Boolean operator=null
            then: CONST Boolean type=kotlin.Boolean value='true'
            else: GET_VAR b type=kotlin.Boolean operator=null
  IrFunction public fun test1x(/*0*/ a: kotlin.Boolean, /*1*/ b: kotlin.Boolean): kotlin.Boolean
    IrExpressionBody
      BLOCK type=<no-type> hasResult=false operator=null
        RETURN type=<no-type>
          CALL .and type=kotlin.Boolean operator=null
            $this: GET_VAR a type=kotlin.Boolean operator=null
            other: GET_VAR b type=kotlin.Boolean operator=null
  IrFunction public fun test2x(/*0*/ a: kotlin.Boolean, /*1*/ b: kotlin.Boolean): kotlin.Boolean
    IrExpressionBody
      BLOCK type=<no-type> hasResult=false operator=null
        RETURN type=<no-type>
          CALL .or type=kotlin.Boolean operator=null
            $this: GET_VAR a type=kotlin.Boolean operator=null
            other: GET_VAR b type=kotlin.Boolean operator=null
