Do not generate collection stubs for Kotlin-specific signatures

#KT-14188 Fixed
This commit is contained in:
Denis Zharkov
2016-10-05 14:07:29 +03:00
parent d2de4579de
commit 8ee568105c
5 changed files with 72 additions and 11 deletions
@@ -0,0 +1,2 @@
abstract class A<T> : List<T>
abstract class B : List<Int>