plus

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