JVM: Update tests
This commit is contained in:
+4
-4
@@ -16,7 +16,7 @@ public final class Sealed$Inner {
|
||||
inner class Sealed$Inner
|
||||
public synthetic @Ann method <init>(p0: Sealed, p1: int, @Ann p2: int, @Ann p3: java.lang.String, p4: kotlin.jvm.internal.DefaultConstructorMarker): void
|
||||
private method <init>(p0: Sealed, p1: int, p2: int, p3: java.lang.String): void
|
||||
public final method getZ2(): int
|
||||
public final method getZ2-a_XrcN0(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
@@ -26,7 +26,7 @@ public abstract class Sealed {
|
||||
inner class Sealed$Inner
|
||||
private @Ann method <init>(@Ann p0: int): void
|
||||
public synthetic method <init>(p0: int, p1: kotlin.jvm.internal.DefaultConstructorMarker): void
|
||||
public final method getZ(): int
|
||||
public final method getZ-a_XrcN0(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
@@ -36,7 +36,7 @@ public final class Test$Inner {
|
||||
inner class Test$Inner
|
||||
public synthetic @Ann method <init>(p0: Test, p1: int, @Ann p2: int, @Ann p3: java.lang.String, p4: kotlin.jvm.internal.DefaultConstructorMarker): void
|
||||
private method <init>(p0: Test, p1: int, p2: int, p3: java.lang.String): void
|
||||
public final method getZ2(): int
|
||||
public final method getZ2-a_XrcN0(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
@@ -48,7 +48,7 @@ public final class Test {
|
||||
public synthetic @Ann method <init>(p0: int, @Ann p1: int, p2: kotlin.jvm.internal.DefaultConstructorMarker): void
|
||||
private @Ann method <init>(p0: int, @Ann p1: java.lang.String): void
|
||||
private method <init>(p0: int, p1: int): void
|
||||
public final method getZ(): int
|
||||
public final method getZ-a_XrcN0(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
|
||||
Vendored
+1
-1
@@ -7,7 +7,7 @@ public final class Foo {
|
||||
public method equals(p0: java.lang.Object): boolean
|
||||
public static method equals-impl(p0: int, @org.jetbrains.annotations.Nullable p1: java.lang.Object): boolean
|
||||
public final static method equals-impl0(p0: int, p1: int): boolean
|
||||
public final static method getAsThis-impl(p0: int): int
|
||||
public final static method getAsThis-qUNOhfQ(p0: int): int
|
||||
public final static method getProp-impl(p0: int): int
|
||||
public final method getX(): int
|
||||
public method hashCode(): int
|
||||
|
||||
Vendored
+4
-4
@@ -17,7 +17,7 @@ public class TestBasic {
|
||||
private method <init>(p0: int, p1: PublicMarker): void
|
||||
public synthetic method <init>(p0: int, p1: PublicMarker, p2: kotlin.jvm.internal.DefaultConstructorMarker): void
|
||||
public synthetic method <init>(p0: int, p1: kotlin.jvm.internal.DefaultConstructorMarker): void
|
||||
public final method getZ(): int
|
||||
public final method getZ-a_XrcN0(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
@@ -27,7 +27,7 @@ public final enum class TestEnum {
|
||||
private final field z: int
|
||||
static method <clinit>(): void
|
||||
private method <init>(p0: java.lang.String, p1: int, p2: int): void
|
||||
public final method getZ(): int
|
||||
public final method getZ-a_XrcN0(): int
|
||||
public static method valueOf(p0: java.lang.String): TestEnum
|
||||
public static method values(): TestEnum[]
|
||||
}
|
||||
@@ -39,7 +39,7 @@ public final class TestInner$Inner {
|
||||
inner class TestInner$Inner
|
||||
private method <init>(p0: TestInner, p1: int): void
|
||||
public synthetic method <init>(p0: TestInner, p1: int, p2: kotlin.jvm.internal.DefaultConstructorMarker): void
|
||||
public final method getZ(): int
|
||||
public final method getZ-a_XrcN0(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
@@ -61,7 +61,7 @@ public abstract class TestSealed {
|
||||
inner class TestSealed$Case
|
||||
private method <init>(p0: int): void
|
||||
public synthetic method <init>(p0: int, p1: kotlin.jvm.internal.DefaultConstructorMarker): void
|
||||
public final method getZ(): int
|
||||
public final method getZ-a_XrcN0(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
|
||||
compiler/testData/codegen/bytecodeListing/inlineClasses/inlineClassWithInlineClassUnderlyingType.txt
Vendored
+2
-2
@@ -28,10 +28,10 @@ public final class Z2 {
|
||||
public final static method equals-impl0(p0: int, p1: int): boolean
|
||||
public final static method foo-E2ud15U(p0: int, p1: int): void
|
||||
public final static method foo-cYvoCnY(p0: int, p1: int): void
|
||||
public final method getZ(): int
|
||||
public final method getZ-dqwzy2Y(): int
|
||||
public method hashCode(): int
|
||||
public static method hashCode-impl(p0: int): int
|
||||
public final static method qux-impl(p0: int): int
|
||||
public final static method qux-dqwzy2Y(p0: int): int
|
||||
public method toString(): java.lang.String
|
||||
public static @org.jetbrains.annotations.NotNull method toString-impl(p0: int): java.lang.String
|
||||
public synthetic final method unbox-impl(): int
|
||||
|
||||
+10
-10
@@ -44,7 +44,7 @@ public final class Q2 {
|
||||
public method equals(p0: java.lang.Object): boolean
|
||||
public static method equals-impl(p0: java.lang.Integer, @org.jetbrains.annotations.Nullable p1: java.lang.Object): boolean
|
||||
public final static method equals-impl0(@org.jetbrains.annotations.NotNull p0: java.lang.Integer, @org.jetbrains.annotations.NotNull p1: java.lang.Integer): boolean
|
||||
public final @org.jetbrains.annotations.NotNull method getZ(): java.lang.Integer
|
||||
public final @org.jetbrains.annotations.NotNull method getZ-uJ4aT08(): java.lang.Integer
|
||||
public method hashCode(): int
|
||||
public static method hashCode-impl(p0: java.lang.Integer): int
|
||||
public method toString(): java.lang.String
|
||||
@@ -61,7 +61,7 @@ public final class QN {
|
||||
public method equals(p0: java.lang.Object): boolean
|
||||
public static method equals-impl(p0: Q1, @org.jetbrains.annotations.Nullable p1: java.lang.Object): boolean
|
||||
public final static method equals-impl0(@org.jetbrains.annotations.Nullable p0: Q1, @org.jetbrains.annotations.Nullable p1: Q1): boolean
|
||||
public final @org.jetbrains.annotations.Nullable method getZ(): Q1
|
||||
public final @org.jetbrains.annotations.Nullable method getZ-IdL00bE(): Q1
|
||||
public method hashCode(): int
|
||||
public static method hashCode-impl(p0: Q1): int
|
||||
public method toString(): java.lang.String
|
||||
@@ -95,7 +95,7 @@ public final class S2 {
|
||||
public method equals(p0: java.lang.Object): boolean
|
||||
public static method equals-impl(p0: java.lang.String, @org.jetbrains.annotations.Nullable p1: java.lang.Object): boolean
|
||||
public final static method equals-impl0(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: java.lang.String): boolean
|
||||
public final @org.jetbrains.annotations.NotNull method getZ(): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method getZ-wzxQ6yE(): java.lang.String
|
||||
public method hashCode(): int
|
||||
public static method hashCode-impl(p0: java.lang.String): int
|
||||
public method toString(): java.lang.String
|
||||
@@ -112,7 +112,7 @@ public final class SN {
|
||||
public method equals(p0: java.lang.Object): boolean
|
||||
public static method equals-impl(p0: java.lang.String, @org.jetbrains.annotations.Nullable p1: java.lang.Object): boolean
|
||||
public final static method equals-impl0(@org.jetbrains.annotations.Nullable p0: java.lang.String, @org.jetbrains.annotations.Nullable p1: java.lang.String): boolean
|
||||
public final @org.jetbrains.annotations.Nullable method getZ(): java.lang.String
|
||||
public final @org.jetbrains.annotations.Nullable method getZ-SV6Y4Kg(): java.lang.String
|
||||
public method hashCode(): int
|
||||
public static method hashCode-impl(p0: java.lang.String): int
|
||||
public method toString(): java.lang.String
|
||||
@@ -129,7 +129,7 @@ public final class SN2 {
|
||||
public method equals(p0: java.lang.Object): boolean
|
||||
public static method equals-impl(p0: java.lang.String, @org.jetbrains.annotations.Nullable p1: java.lang.Object): boolean
|
||||
public final static method equals-impl0(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: java.lang.String): boolean
|
||||
public final @org.jetbrains.annotations.NotNull method getZ(): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method getZ-Pxht5ho(): java.lang.String
|
||||
public method hashCode(): int
|
||||
public static method hashCode-impl(p0: java.lang.String): int
|
||||
public method toString(): java.lang.String
|
||||
@@ -163,7 +163,7 @@ public final class W2 {
|
||||
public method equals(p0: java.lang.Object): boolean
|
||||
public static method equals-impl(p0: java.lang.String, @org.jetbrains.annotations.Nullable p1: java.lang.Object): boolean
|
||||
public final static method equals-impl0(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: java.lang.String): boolean
|
||||
public final @org.jetbrains.annotations.NotNull method getZ(): java.lang.String
|
||||
public final @org.jetbrains.annotations.NotNull method getZ--xsS6hc(): java.lang.String
|
||||
public method hashCode(): int
|
||||
public static method hashCode-impl(p0: java.lang.String): int
|
||||
public method toString(): java.lang.String
|
||||
@@ -180,7 +180,7 @@ public final class WN {
|
||||
public method equals(p0: java.lang.Object): boolean
|
||||
public static method equals-impl(p0: W1, @org.jetbrains.annotations.Nullable p1: java.lang.Object): boolean
|
||||
public final static method equals-impl0(@org.jetbrains.annotations.Nullable p0: W1, @org.jetbrains.annotations.Nullable p1: W1): boolean
|
||||
public final @org.jetbrains.annotations.Nullable method getZ(): W1
|
||||
public final @org.jetbrains.annotations.Nullable method getZ-cmZamLk(): W1
|
||||
public method hashCode(): int
|
||||
public static method hashCode-impl(p0: W1): int
|
||||
public method toString(): java.lang.String
|
||||
@@ -214,7 +214,7 @@ public final class Z2 {
|
||||
public method equals(p0: java.lang.Object): boolean
|
||||
public static method equals-impl(p0: int, @org.jetbrains.annotations.Nullable p1: java.lang.Object): boolean
|
||||
public final static method equals-impl0(p0: int, p1: int): boolean
|
||||
public final method getZ(): int
|
||||
public final method getZ-dqwzy2Y(): int
|
||||
public method hashCode(): int
|
||||
public static method hashCode-impl(p0: int): int
|
||||
public method toString(): java.lang.String
|
||||
@@ -231,7 +231,7 @@ public final class ZN {
|
||||
public method equals(p0: java.lang.Object): boolean
|
||||
public static method equals-impl(p0: Z1, @org.jetbrains.annotations.Nullable p1: java.lang.Object): boolean
|
||||
public final static method equals-impl0(@org.jetbrains.annotations.Nullable p0: Z1, @org.jetbrains.annotations.Nullable p1: Z1): boolean
|
||||
public final @org.jetbrains.annotations.Nullable method getZ(): Z1
|
||||
public final @org.jetbrains.annotations.Nullable method getZ-YA4JQTA(): Z1
|
||||
public method hashCode(): int
|
||||
public static method hashCode-impl(p0: Z1): int
|
||||
public method toString(): java.lang.String
|
||||
@@ -248,7 +248,7 @@ public final class ZN2 {
|
||||
public method equals(p0: java.lang.Object): boolean
|
||||
public static method equals-impl(p0: Z1, @org.jetbrains.annotations.Nullable p1: java.lang.Object): boolean
|
||||
public final static method equals-impl0(@org.jetbrains.annotations.NotNull p0: Z1, @org.jetbrains.annotations.NotNull p1: Z1): boolean
|
||||
public final @org.jetbrains.annotations.NotNull method getZ(): Z1
|
||||
public final @org.jetbrains.annotations.NotNull method getZ-2cpqqSA(): Z1
|
||||
public method hashCode(): int
|
||||
public static method hashCode-impl(p0: Z1): int
|
||||
public method toString(): java.lang.String
|
||||
|
||||
Reference in New Issue
Block a user