TEST: convertion unit tests into run tests
This commit is contained in:
committed by
vvlevchenko
parent
7fd4b4fe34
commit
3fe59cc46c
@@ -3,3 +3,7 @@ fun minus_eq(a: Int): Int {
|
||||
b -= a
|
||||
return b
|
||||
}
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
if (minus_eq(23) != -12) throw Error()
|
||||
}
|
||||
Reference in New Issue
Block a user