blob: c7c7ffa74b8dde84e155907e33d5dc6e265bbaba [file]
FILE fqName:<root> fileName:/Generated_Box_Main.kt
FUN name:main visibility:public modality:FINAL returnType:kotlin.Unit
BLOCK_BODY
TRY type=kotlin.Unit
try: BLOCK type=kotlin.Unit origin=null
CALL 'public final fun box (): kotlin.Unit declared in <root>' type=kotlin.Unit origin=null
CATCH parameter=val t: kotlin.Throwable declared in <root>.main
VAR CATCH_PARAMETER name:t type:kotlin.Throwable [val]
BLOCK type=kotlin.Unit origin=null
FILE fqName:<root> fileName:/test.kt
FUN name:box visibility:public modality:FINAL returnType:kotlin.Unit
BLOCK_BODY
TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
CALL 'public final fun writeFalse (): kotlin.Boolean declared in <root>' type=kotlin.Boolean origin=null
TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
CALL 'public final fun writeTrue (): kotlin.Boolean declared in <root>' type=kotlin.Boolean origin=null
BLOCK type=kotlin.Unit origin=WHEN
VAR IR_TEMPORARY_VARIABLE name:tmp_0 type:kotlin.Boolean [val]
CALL 'public final fun writeFalse (): kotlin.Boolean declared in <root>' type=kotlin.Boolean origin=null
WHEN type=kotlin.Unit origin=WHEN
BRANCH
if: CALL 'public final fun EQEQ (arg0: kotlin.Any?, arg1: kotlin.Any?): kotlin.Boolean declared in kotlin.internal.ir' type=kotlin.Boolean origin=EQEQ
ARG arg0: GET_VAR 'val tmp_0: kotlin.Boolean declared in <root>.box' type=kotlin.Boolean origin=null
ARG arg1: CONST Boolean type=kotlin.Boolean value=true
then: BLOCK type=kotlin.Unit origin=null
BRANCH
if: CALL 'public final fun EQEQ (arg0: kotlin.Any?, arg1: kotlin.Any?): kotlin.Boolean declared in kotlin.internal.ir' type=kotlin.Boolean origin=EQEQ
ARG arg0: GET_VAR 'val tmp_0: kotlin.Boolean declared in <root>.box' type=kotlin.Boolean origin=null
ARG arg1: CONST Boolean type=kotlin.Boolean value=false
then: BLOCK type=kotlin.Unit origin=null
BRANCH
if: CONST Boolean type=kotlin.Boolean value=true
then: CALL 'public final fun noWhenBranchMatchedException (): kotlin.Nothing declared in kotlin.internal.ir' type=kotlin.Nothing origin=null
BLOCK type=kotlin.Unit origin=FOR_LOOP
VAR FOR_LOOP_ITERATOR name:tmp_1 type:kotlin.collections.IntIterator [val]
CALL 'public open fun iterator (): kotlin.collections.IntIterator declared in kotlin.ranges.IntRange' type=kotlin.collections.IntIterator origin=FOR_LOOP_ITERATOR
ARG <this>: CALL 'public final fun rangeTo (other: kotlin.Int): kotlin.ranges.IntRange declared in kotlin.Int' type=kotlin.ranges.IntRange origin=RANGE
ARG <this>: CONST Int type=kotlin.Int value=1
ARG other: CONST Int type=kotlin.Int value=10
WHILE label=null origin=FOR_LOOP_INNER_WHILE
condition: CALL 'public abstract fun hasNext (): kotlin.Boolean declared in kotlin.collections.IntIterator' type=kotlin.Boolean origin=FOR_LOOP_HAS_NEXT
ARG <this>: GET_VAR 'val tmp_1: kotlin.collections.IntIterator declared in <root>.box' type=kotlin.collections.IntIterator origin=null
body: BLOCK type=kotlin.Unit origin=FOR_LOOP_INNER_WHILE
VAR IR_TEMPORARY_VARIABLE name:tmp_2 type:kotlin.Int [val]
CALL 'public final fun next (): kotlin.Int declared in kotlin.collections.IntIterator' type=kotlin.Int origin=FOR_LOOP_NEXT
ARG <this>: GET_VAR 'val tmp_1: kotlin.collections.IntIterator declared in <root>.box' type=kotlin.collections.IntIterator origin=null
BLOCK type=kotlin.Unit origin=null
FUN name:writeFalse visibility:public modality:FINAL returnType:kotlin.Boolean
BLOCK_BODY
RETURN type=kotlin.Nothing from='public final fun writeFalse (): kotlin.Boolean declared in <root>'
CONST Boolean type=kotlin.Boolean value=false
FUN name:writeTrue visibility:public modality:FINAL returnType:kotlin.Boolean
BLOCK_BODY
RETURN type=kotlin.Nothing from='public final fun writeTrue (): kotlin.Boolean declared in <root>'
CONST Boolean type=kotlin.Boolean value=true