plus

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