Update bytecode text tests in JVM_IR

This commit is contained in:
Dmitry Petrov
2020-02-17 17:48:50 +03:00
parent 64141b8b38
commit 94d20d9176
20 changed files with 52 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
// !LANGUAGE: +InlineClasses
// IGNORE_BACKEND: JVM_IR
// TODO KT-36783 Consider generating GETFIELD instructions instead of unbox-impl calls in special methods of inline classes in JVM_IR
inline class UInt(private val value: Int)