37 lines
2.1 KiB
Plaintext
Vendored
37 lines
2.1 KiB
Plaintext
Vendored
FILE /conventionComparisons.kt
|
|
CLASS INTERFACE IA
|
|
CLASS INTERFACE IB
|
|
FUN public abstract operator fun IA.compareTo(other: IA): kotlin.Int
|
|
FUN public fun IB.test1(a1: IA, a2: IA): kotlin.Boolean
|
|
BLOCK_BODY
|
|
RETURN type=kotlin.Nothing from='test1(IA, IA) on IB: Boolean'
|
|
CALL 'GT0(Int): Boolean' type=kotlin.Boolean origin=GT
|
|
arg0: CALL 'compareTo(IA) on IA: Int' type=kotlin.Int origin=GT
|
|
$this: $RECEIVER of 'test1(IA, IA) on IB: Boolean' type=IB
|
|
$receiver: GET_VAR 'value-parameter a1: IA' type=IA origin=null
|
|
other: GET_VAR 'value-parameter a2: IA' type=IA origin=null
|
|
FUN public fun IB.test2(a1: IA, a2: IA): kotlin.Boolean
|
|
BLOCK_BODY
|
|
RETURN type=kotlin.Nothing from='test2(IA, IA) on IB: Boolean'
|
|
CALL 'GTEQ0(Int): Boolean' type=kotlin.Boolean origin=GTEQ
|
|
arg0: CALL 'compareTo(IA) on IA: Int' type=kotlin.Int origin=GTEQ
|
|
$this: $RECEIVER of 'test2(IA, IA) on IB: Boolean' type=IB
|
|
$receiver: GET_VAR 'value-parameter a1: IA' type=IA origin=null
|
|
other: GET_VAR 'value-parameter a2: IA' type=IA origin=null
|
|
FUN public fun IB.test3(a1: IA, a2: IA): kotlin.Boolean
|
|
BLOCK_BODY
|
|
RETURN type=kotlin.Nothing from='test3(IA, IA) on IB: Boolean'
|
|
CALL 'LT0(Int): Boolean' type=kotlin.Boolean origin=LT
|
|
arg0: CALL 'compareTo(IA) on IA: Int' type=kotlin.Int origin=LT
|
|
$this: $RECEIVER of 'test3(IA, IA) on IB: Boolean' type=IB
|
|
$receiver: GET_VAR 'value-parameter a1: IA' type=IA origin=null
|
|
other: GET_VAR 'value-parameter a2: IA' type=IA origin=null
|
|
FUN public fun IB.test4(a1: IA, a2: IA): kotlin.Boolean
|
|
BLOCK_BODY
|
|
RETURN type=kotlin.Nothing from='test4(IA, IA) on IB: Boolean'
|
|
CALL 'LTEQ0(Int): Boolean' type=kotlin.Boolean origin=LTEQ
|
|
arg0: CALL 'compareTo(IA) on IA: Int' type=kotlin.Int origin=LTEQ
|
|
$this: $RECEIVER of 'test4(IA, IA) on IB: Boolean' type=IB
|
|
$receiver: GET_VAR 'value-parameter a1: IA' type=IA origin=null
|
|
other: GET_VAR 'value-parameter a2: IA' type=IA origin=null
|