mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
Fix IdeRegression.testImplementingMutableSet test data
This commit is contained in:
@@ -15,8 +15,6 @@ public final class SmartSet <T> extends kotlin.collections.AbstractSet<T> implem
|
||||
|
||||
public void clear() { /* compiled code */ }
|
||||
|
||||
public boolean contains(java.lang.Object element) { /* compiled code */ }
|
||||
|
||||
private SmartSet() { /* compiled code */ }
|
||||
|
||||
@kotlin.jvm.JvmStatic
|
||||
|
||||
Reference in New Issue
Block a user