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
@@ -4,7 +4,7 @@ fun testCollection(i: Int, xs: List<Any>) = i in xs.indices
fun testLongWithCollection(i: Long, xs: List<Any>) = i in xs.indices
// 0 INVOKESTATIC kotlin/collections/CollectionsKt.getIndices
// 0 INVOKEVIRTUAL kotlin/ranges/IntRange.contains
// 2 INVOKEINTERFACE java/util/Collection.size
// 0 getIndices
// 0 contains
// 2 size
// 2 I2L