plus

open inline operator override fun Int.plus(other: Int): Int
open operator override fun Int.plus(other: Long): Int
open operator override fun Long.plus(other: Int): Int