Drop mentioning of KT-63955 in some ABI difference comments
In fact, the commit c3926219 should do it before because the relevant
difference was removed in this commit
This commit is contained in:
committed by
Space Team
parent
672b5ba0d7
commit
38aec7333b
+1
-1
@@ -1,5 +1,5 @@
|
||||
// WITH_STDLIB
|
||||
// JVM_ABI_K1_K2_DIFF: KT-63955, KT-63828
|
||||
// JVM_ABI_K1_K2_DIFF: KT-63828
|
||||
|
||||
class Itr : Iterator<String> by ArrayList<String>().iterator()
|
||||
class MItr : MutableIterator<String> by ArrayList<String>().iterator()
|
||||
|
||||
Reference in New Issue
Block a user