[IR] Add more tests for inline/value classes secondary constructors
Signed-off-by: Evgeniy.Zhelenskiy <Evgeniy.Zhelenskiy@jetbrains.com> #KT-55333
This commit is contained in:
committed by
Space Team
parent
f75b72990e
commit
8c748bfea4
@@ -7,12 +7,24 @@ public final class SecondaryConstructorsWithBodyKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method getL(): java.util.List
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class VC$Inner {
|
||||
// source: 'secondaryConstructorsWithBody.kt'
|
||||
enclosing method VC.constructor-impl(DD)LVC;
|
||||
private final field x: int
|
||||
inner (local) class VC$Inner Inner
|
||||
public method <init>(p0: int): void
|
||||
public method <init>(p0: long): void
|
||||
public final method getX(): int
|
||||
}
|
||||
|
||||
@kotlin.jvm.JvmInline
|
||||
@kotlin.Metadata
|
||||
public final class VC {
|
||||
// source: 'secondaryConstructorsWithBody.kt'
|
||||
private final field x: int
|
||||
private final field y: long
|
||||
inner (local) class VC$Inner Inner
|
||||
private synthetic method <init>(p0: int, p1: long): void
|
||||
public synthetic final static method box-impl(p0: int, p1: long): VC
|
||||
public final static @org.jetbrains.annotations.NotNull method constructor-impl(p0: double, p1: double): VC
|
||||
|
||||
Reference in New Issue
Block a user