Avoid generation of redundant abstract special stubs
#KT-13698 Fixed
This commit is contained in:
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
abstract class A<T> : List<T>
|
||||
abstract class B<E> : A<E>()
|
||||
Reference in New Issue
Block a user