Fix tests after rebase
This commit is contained in:
Vendored
+1
-1
@@ -7,7 +7,7 @@ public final class Foo$Companion {
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public static class Foo$Erased {
|
||||
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
|
||||
|
||||
Vendored
+1
-1
@@ -1,5 +1,5 @@
|
||||
@kotlin.Metadata
|
||||
public static class Foo$Erased {
|
||||
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
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ public interface A {
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public static class Foo$Erased {
|
||||
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
|
||||
|
||||
Vendored
+1
-1
@@ -1,5 +1,5 @@
|
||||
@kotlin.Metadata
|
||||
public static class Foo$Erased {
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user