Rename continuation fields according the convention and count them in IR

This commit is contained in:
Iaroslav Postovalov
2020-12-10 02:27:31 +07:00
committed by Ilmir Usmanov
parent cd2b05eb00
commit 8a7bc2ef6f
10 changed files with 56 additions and 10 deletions
@@ -1113,7 +1113,7 @@ inline fun withInstructionAdapter(block: InstructionAdapter.() -> Unit): InsnLis
return tmpMethodNode.instructions
}
internal fun Type.normalize() =
fun Type.normalize() =
when (sort) {
Type.ARRAY, Type.OBJECT -> AsmTypes.OBJECT_TYPE
else -> this