Minor: use method names in bytecode text tests
This commit is contained in:
@@ -4,8 +4,8 @@ fun testCharSequence(i: Int, cs: CharSequence) = i in cs.indices
|
||||
|
||||
fun testLongWithCharSequence(i: Long, cs: CharSequence) = i in cs.indices
|
||||
|
||||
// 0 INVOKESTATIC kotlin/text/StringsKt.getIndices
|
||||
// 0 INVOKEVIRTUAL kotlin/ranges/IntRange.contains
|
||||
// 2 INVOKEINTERFACE java/lang/CharSequence.length
|
||||
// 0 getIndices
|
||||
// 0 contains
|
||||
// 2 length
|
||||
// 2 I2L
|
||||
|
||||
|
||||
Reference in New Issue
Block a user