Update light classes test data after d0ed0c4049
This commit is contained in:
-2
@@ -28,8 +28,6 @@ public final class SmartSet <T> extends kotlin.collections.AbstractSet<T> implem
|
|||||||
public static final <T> SmartSet<T> create(@org.jetbrains.annotations.NotNull java.util.Collection<? extends T> set) { /* compiled code */ }
|
public static final <T> SmartSet<T> create(@org.jetbrains.annotations.NotNull java.util.Collection<? extends T> set) { /* compiled code */ }
|
||||||
|
|
||||||
public static final class Companion {
|
public static final class Companion {
|
||||||
private final int getARRAY_THRESHOLD() { /* compiled code */ }
|
|
||||||
|
|
||||||
@kotlin.jvm.JvmStatic
|
@kotlin.jvm.JvmStatic
|
||||||
@org.jetbrains.annotations.NotNull
|
@org.jetbrains.annotations.NotNull
|
||||||
public final <T> SmartSet<T> create() { /* compiled code */ }
|
public final <T> SmartSet<T> create() { /* compiled code */ }
|
||||||
|
|||||||
Reference in New Issue
Block a user