Fix UL classes tests

Fixed #KT-36717
This commit is contained in:
Igor Yakovlev
2020-02-19 18:59:19 +03:00
parent f47e602118
commit 4693d595b7
7 changed files with 4 additions and 104 deletions

View File

@@ -1,7 +1,7 @@
public final class SmartSet <T> extends kotlin.collections.AbstractSet<T> implements java.util.Set<T>, kotlin.collections.MutableSet<T>, kotlin.jvm.internal.markers.KMutableSet {
private java.lang.Object data;
private int size;
private static final int ARRAY_THRESHOLD = 5;
private static final int ARRAY_THRESHOLD;
public static final SmartSet.Companion Companion;
public int getSize() { /* compiled code */ }