Do not generate mutable collection stub methods in interfaces

#KT-12359 Fixed
This commit is contained in:
Denis Zharkov
2016-06-24 16:37:07 +03:00
parent 1780f57265
commit 2578fc3344
6 changed files with 22 additions and 26 deletions

View File

@@ -0,0 +1,2 @@
interface A<E> : Collection<E>
interface B<E> : List<E>