Do not generate mutable collection stub methods in interfaces
#KT-12359 Fixed
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
interface A<E> : Collection<E>
|
||||
interface B<E> : List<E>
|
||||
Reference in New Issue
Block a user