Minor: use method names in bytecode text tests

This commit is contained in:
Dmitry Petrov
2017-07-07 12:55:10 +03:00
parent 905a16e1df
commit 22e12dc139
5 changed files with 10 additions and 10 deletions
@@ -8,7 +8,7 @@ fun testLongWithPrimitiveArray(i: Long, ints: IntArray) = i in ints.indices
fun testLongWithObjectArray(i: Long, xs: Array<Any>) = i in xs.indices
// 0 INVOKESTATIC kotlin/collections/ArraysKt.getIndices
// 0 INVOKEVIRTUAL kotlin/ranges/IntRange.contains
// 0 getIndices
// 0 contains
// 4 I2L
// 4 ARRAYLENGTH