Fix JVM signature mapping for multi-dimensional arrays
#KT-11314 Fixed
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
@kotlin.Metadata
|
||||
public final class GenericArrayInObjectLiteralConstructorKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class Table {
|
||||
private final @org.jetbrains.annotations.NotNull field content: java.lang.Object[][]
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.Object[][]): void
|
||||
public final @org.jetbrains.annotations.NotNull method getContent(): java.lang.Object[][]
|
||||
}
|
||||
Reference in New Issue
Block a user