translator: add test for long
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
long_operations_1_Multiplication() == 29
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
fun long_operations_1_Multiplication():Int {
|
||||||
|
assert(546344378L * 54321678L == 29678343378826284L)
|
||||||
|
assert(4556656L*67879230 == 309302300654880L)
|
||||||
|
return 29
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user