JVM IR: Implement the new inline class ABI
This commit is contained in:
committed by
Dmitry Petrov
parent
e60a32e8d3
commit
dc0ef996b7
Vendored
-1
@@ -1,5 +1,4 @@
|
||||
// !LANGUAGE: +InlineClasses
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
|
||||
inline class Foo(val x: Int)
|
||||
|
||||
|
||||
Vendored
-1
@@ -1,5 +1,4 @@
|
||||
// !LANGUAGE: +InlineClasses
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
|
||||
inline class Foo(val x: Int?)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user