[IR] update testdata
This commit is contained in:
committed by
teamcityserver
parent
6a1ab1b325
commit
fc5c674c60
+2
-2
@@ -1,8 +1,8 @@
|
||||
fun sum(vararg args: Int): Int {
|
||||
var result: Int = 0
|
||||
{ //BLOCK
|
||||
{ // BLOCK
|
||||
val tmp0_iterator: IntIterator = args.iterator()
|
||||
while (tmp0_iterator.hasNext()) { //BLOCK
|
||||
while (tmp0_iterator.hasNext()) { // BLOCK
|
||||
val arg: Int = tmp0_iterator.next()
|
||||
result = result.plus(other = arg)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user