mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
Do not generate mutable collection stub methods in interfaces
#KT-12359 Fixed
This commit is contained in:
2
compiler/testData/codegen/bytecodeListing/noCollectionStubMethodsInInterface.kt
vendored
Normal file
2
compiler/testData/codegen/bytecodeListing/noCollectionStubMethodsInInterface.kt
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
interface A<E> : Collection<E>
|
||||
interface B<E> : List<E>
|
||||
Reference in New Issue
Block a user