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
+1 -1
View File
@@ -8,5 +8,5 @@ fun testInt(a: Int, x: Int, y: Int) = a in x until y
fun testLong(a: Long, x: Long, y: Long) = a in x until y
// 0 INVOKESTATIC kotlin/ranges/RangesKt.until
// 0 until
// 0 INVOKEVIRTUAL