Minor: use method names in bytecode text tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user