Tests for "PLUSEQ" and "MINUSEQ"
This commit is contained in:
committed by
vvlevchenko
parent
a022b7d1ab
commit
ea149fab4e
@@ -0,0 +1,5 @@
|
||||
fun minus_eq(a: Int): Int {
|
||||
var b = 11
|
||||
b -= a
|
||||
return b
|
||||
}
|
||||
Reference in New Issue
Block a user