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
@@ -18,7 +18,7 @@ fun inCharWithNullableParameter(x: Char?, left: Char, right: Char) = x!! in left
// 0 INVOKESPECIAL
// 0 NEW
// 1 INVOKEVIRTUAL java/lang/Character.charValue
// 1 charValue
// 1 INVOKEVIRTUAL
// 0 CHECKCAST
// 0 INVOKEINTERFACE