plus

operator fun plus(other: Byte): Int(source)
operator fun plus(other: Short): Int(source)
operator fun plus(other: Int): Int(source)
operator fun plus(other: Long): Long(source)
operator fun plus(other: Float): Float(source)
operator fun plus(other: Double): Double(source)

Adds the other value to this value.

Since Kotlin

1.1
operator fun plus(other: Byte): Int(source)
operator fun plus(other: Short): Int(source)
operator fun plus(other: Int): Int(source)
operator fun plus(other: Long): Long(source)
operator fun plus(other: Float): Float(source)
operator fun plus(other: Double): Double(source)

Adds the other value to this value.

Since Kotlin

1.0