plus

operator fun plus(other: Int): Char(source)

Adds the other Int value to this value resulting a Char.

Since Kotlin

1.0
operator fun plus(other: Int): Char(source)

Adds the other Int value to this value resulting a Char.

Since Kotlin

1.1
inline operator fun plus(other: Int): Char(source)

Adds the other Int value to this value resulting a Char.

Since Kotlin

1.3
inline operator fun plus(other: Int): Char(source)

Adds the other Int value to this value resulting a Char.

Since Kotlin

1.8
inline operator fun plus(other: Int): Char(source)

Adds the other Int value to this value resulting a Char.

Since Kotlin

1.8