0a57eb8ea4
- smart casts handling separated from expression generation - improved infrastructure for desugaring
15 lines
647 B
Plaintext
Vendored
15 lines
647 B
Plaintext
Vendored
IrFile /dotQualified.kt
|
|
IrFunction public fun length(/*0*/ s: kotlin.String): kotlin.Int
|
|
IrExpressionBody
|
|
BLOCK type=<no-type> hasResult=false isDesugared=true
|
|
RETURN type=<no-type>
|
|
GET_PROPERTY .length type=kotlin.Int
|
|
$this: GET_VAR s type=kotlin.String
|
|
IrFunction public fun lengthN(/*0*/ s: kotlin.String?): kotlin.Int?
|
|
IrExpressionBody
|
|
BLOCK type=<no-type> hasResult=false isDesugared=true
|
|
RETURN type=<no-type>
|
|
GET_PROPERTY ?.length type=kotlin.Int?
|
|
$this: TYPE_OP operator=IMPLICIT_CAST typeOperand=kotlin.String
|
|
GET_VAR s type=kotlin.String?
|