JVM IR: Fix inline class constructor ABI (KT-37013, KT-37015)
This commit is contained in:
committed by
Dmitry Petrov
parent
b93c49afae
commit
846fc13519
+3
-6
@@ -1,13 +1,10 @@
|
||||
// !LANGUAGE: +InlineClasses
|
||||
// This tests both KT-37013 and KT-37015.
|
||||
|
||||
inline class A(val x: Int = 0)
|
||||
|
||||
// 0 <init>\(\)V
|
||||
// 1 private synthetic <init>\(I\)V
|
||||
// 1 public final static synthetic box-impl\(I\)LA;
|
||||
|
||||
// JVM_TEMPLATES
|
||||
// 1 public static constructor-impl\(I\)I
|
||||
// 1 public static synthetic constructor-impl\$default\(IILkotlin/jvm/internal/DefaultConstructorMarker;\)I
|
||||
|
||||
// JVM_IR_TEMPLATES
|
||||
// 1 public final static constructor-impl\(I\)I
|
||||
// 1 public static synthetic constructor-impl\$default\(IILjava/lang/Object;\)I
|
||||
|
||||
Reference in New Issue
Block a user