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