Inline (wrapper) class IC extends erased inline class IC$Erased
This commit is contained in:
Vendored
+2
-1
@@ -7,7 +7,8 @@ public final class Foo$Companion {
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final static class Foo$Erased {
|
||||
public static class Foo$Erased {
|
||||
method <init>(): void
|
||||
public final static @org.jetbrains.annotations.NotNull method box(p0: int): Foo
|
||||
public static method constructor(p0: int): int
|
||||
public static method equals(p0: int, @org.jetbrains.annotations.Nullable p1: java.lang.Object): boolean
|
||||
|
||||
Vendored
+2
-1
@@ -1,5 +1,6 @@
|
||||
@kotlin.Metadata
|
||||
public final static class Foo$Erased {
|
||||
public static class Foo$Erased {
|
||||
method <init>(): void
|
||||
public final static @org.jetbrains.annotations.NotNull method box(p0: int): Foo
|
||||
public static method constructor(p0: int): int
|
||||
public static method equals(p0: int, @org.jetbrains.annotations.Nullable p1: java.lang.Object): boolean
|
||||
|
||||
+2
-1
@@ -4,7 +4,8 @@ public interface A {
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final static class Foo$Erased {
|
||||
public static class Foo$Erased {
|
||||
method <init>(): void
|
||||
public final static @org.jetbrains.annotations.NotNull method box(p0: long): Foo
|
||||
public static method constructor(p0: long): long
|
||||
public static method equals(p0: long, @org.jetbrains.annotations.Nullable p1: java.lang.Object): boolean
|
||||
|
||||
Vendored
+2
-1
@@ -1,5 +1,6 @@
|
||||
@kotlin.Metadata
|
||||
public final static class Foo$Erased {
|
||||
public static class Foo$Erased {
|
||||
method <init>(): void
|
||||
public final static @org.jetbrains.annotations.NotNull method box(p0: long): Foo
|
||||
public static method constructor(p0: long): long
|
||||
public final static method empty(p0: long): void
|
||||
|
||||
Reference in New Issue
Block a user