plus

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

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

Since Kotlin

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

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

Since Kotlin

1.3