Define uma extensão para Int usando uma função com notação infixa. infix fun Int.soma(valor: Int): Int{. return this + valor. }.
確定! 回上一頁