Avoid generation of redundant toArray stubs

#KT-13698 In Progress
This commit is contained in:
Denis Zharkov
2016-10-05 15:53:23 +03:00
parent e05e0ec921
commit 6e838f0adc
8 changed files with 48 additions and 15 deletions
@@ -30,8 +30,6 @@ public final class test/C {
public method remove(p0: int): java.lang.Object
public method set(p0: int, p1: java.lang.Object): java.lang.Object
public @org.jetbrains.annotations.NotNull method subList(p0: int, p1: int): java.util.List
public method toArray(): java.lang.Object[]
public method toArray(p0: java.lang.Object[]): java.lang.Object[]
}
@kotlin.Metadata