TEST: convertion unit tests into run tests
This commit is contained in:
committed by
vvlevchenko
parent
7fd4b4fe34
commit
3fe59cc46c
@@ -17,4 +17,8 @@ fun foo(i:Int) : Unit {}
|
||||
fun foo(i:Int, j:Int):Int {
|
||||
val c = D(i, j)
|
||||
return c.c
|
||||
}
|
||||
|
||||
fun main(args:Array<String>) {
|
||||
if (foo(2, 3) != 5) throw Error()
|
||||
}
|
||||
Reference in New Issue
Block a user