JVM, JVM_IR: update bytecode listing testData for inline classes

This commit is contained in:
Dmitry Petrov
2020-07-02 15:23:27 +03:00
parent 6e0bb0b468
commit 17c15cfe0a
26 changed files with 72 additions and 152 deletions
@@ -1,5 +1,4 @@
// !LANGUAGE: +InlineClasses
// IGNORE_BACKEND: JVM_IR
inline class Foo(val l: Long) {
fun empty() {}