Fix UL classes tests
Fixed #KT-36717
This commit is contained in:
+1
-1
@@ -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 */ }
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
public final class C extends p.A implements p.I {
|
||||
private final int ip = 5;
|
||||
private final int ip;
|
||||
|
||||
public int getAp$light_idea_test_case() { /* compiled code */ }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user