Analysis: add LC testdata with current behaviour
This commit is contained in:
+3
-1
@@ -21,4 +21,6 @@ abstract class SmartSet<T> private constructor() : AbstractMutableSet<T>() {
|
||||
/* Should erasure T but UL classes does not support it in this case
|
||||
override fun contains(element: T): Boolean = true
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
// COMPILATION_ERRORS
|
||||
Reference in New Issue
Block a user