plus (original) (raw)
expect operator fun plus(other: Int): Char(source)
Adds the other Int value to this value resulting a Char.
Since Kotlin
1.0
actual operator fun plus(other: Int): Char(source)
Adds the other Int value to this value resulting a Char.
Since Kotlin
1.1
operator fun plus(other: Int): Char(source)
Adds the other Int value to this value resulting a Char.
Since Kotlin
1.0
actual inline operator fun plus(other: Int): Char(source)
Adds the other Int value to this value resulting a Char.
Since Kotlin
1.3
actual inline operator fun plus(other: Int): Char(source)
Adds the other Int value to this value resulting a Char.
Since Kotlin
1.8
actual inline operator fun plus(other: Int): Char(source)
Adds the other Int value to this value resulting a Char.
Since Kotlin
1.8