JVM, JVM_IR: update bytecode listing testData for inline classes
This commit is contained in:
-1
@@ -1,5 +1,4 @@
|
||||
// !LANGUAGE: +InlineClasses
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
|
||||
inline class Z(val x: Int) {
|
||||
constructor(x: Long) : this(x.toInt())
|
||||
|
||||
Reference in New Issue
Block a user