[IR] Add tests for value classes secondary constructors with body and set language feature version for the feature
Signed-off-by: Evgeniy.Zhelenskiy <Evgeniy.Zhelenskiy@jetbrains.com> #KT-55333
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
@kotlin.Metadata
|
||||
public final class SecondaryConstructorsWithBodyKt {
|
||||
// source: 'secondaryConstructorsWithBody.kt'
|
||||
private final static @org.jetbrains.annotations.NotNull field l: java.util.List
|
||||
static method <clinit>(): void
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method getL(): java.util.List
|
||||
}
|
||||
|
||||
@kotlin.jvm.JvmInline
|
||||
@kotlin.Metadata
|
||||
public final class VC {
|
||||
// source: 'secondaryConstructorsWithBody.kt'
|
||||
private final field x: int
|
||||
private final field y: long
|
||||
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
|
||||
public final static method constructor-impl(p0: int, p1: long): void
|
||||
public method equals(@org.jetbrains.annotations.Nullable p0: java.lang.Object): boolean
|
||||
public static method equals-impl(p0: int, p1: long, p2: java.lang.Object): boolean
|
||||
public final static method equals-impl0(p0: int, p1: long, p2: int, p3: long): boolean
|
||||
public final method getX(): int
|
||||
public final method getY-s-VKNKU(): long
|
||||
public method hashCode(): int
|
||||
public static method hashCode-impl(p0: int, p1: long): int
|
||||
public @org.jetbrains.annotations.NotNull method toString(): java.lang.String
|
||||
public static method toString-impl(p0: int, p1: long): java.lang.String
|
||||
public synthetic final method unbox-impl-x(): int
|
||||
public synthetic final method unbox-impl-y(): long
|
||||
}
|
||||
Reference in New Issue
Block a user