12 lines
377 B
Plaintext
Vendored
12 lines
377 B
Plaintext
Vendored
IrFile /dotQualified.kt
|
|
IrFunction public fun length(/*0*/ s: kotlin.String): kotlin.Int
|
|
IrExpressionBody
|
|
RETURN type=kotlin.Int
|
|
CALL .length PROPERTY_GET
|
|
$this: VAR s
|
|
IrFunction public fun lengthN(/*0*/ s: kotlin.String?): kotlin.Int?
|
|
IrExpressionBody
|
|
RETURN type=kotlin.Int?
|
|
CALL ?.length PROPERTY_GET
|
|
$this: VAR s
|