diff --git a/compiler/testData/codegen/box/casts/mutableCollections/asWithMutable.kt b/compiler/testData/codegen/box/casts/mutableCollections/asWithMutable.kt index 45acbfebf29..c74249085ee 100644 --- a/compiler/testData/codegen/box/casts/mutableCollections/asWithMutable.kt +++ b/compiler/testData/codegen/box/casts/mutableCollections/asWithMutable.kt @@ -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 by ArrayList().iterator() class MItr : MutableIterator by ArrayList().iterator() diff --git a/compiler/testData/codegen/box/casts/mutableCollections/isWithMutable.kt b/compiler/testData/codegen/box/casts/mutableCollections/isWithMutable.kt index f14fbdca13a..8fca5ea51bb 100644 --- a/compiler/testData/codegen/box/casts/mutableCollections/isWithMutable.kt +++ b/compiler/testData/codegen/box/casts/mutableCollections/isWithMutable.kt @@ -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 by ArrayList().iterator() class MItr : MutableIterator by ArrayList().iterator() diff --git a/compiler/testData/codegen/box/casts/mutableCollections/reifiedAsWithMutable.kt b/compiler/testData/codegen/box/casts/mutableCollections/reifiedAsWithMutable.kt index a797097bc87..902c15e4a70 100644 --- a/compiler/testData/codegen/box/casts/mutableCollections/reifiedAsWithMutable.kt +++ b/compiler/testData/codegen/box/casts/mutableCollections/reifiedAsWithMutable.kt @@ -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 by ArrayList().iterator() class MItr : MutableIterator by ArrayList().iterator() diff --git a/compiler/testData/codegen/box/casts/mutableCollections/reifiedIsWithMutable.kt b/compiler/testData/codegen/box/casts/mutableCollections/reifiedIsWithMutable.kt index 90148d87268..a52d33ea7c4 100644 --- a/compiler/testData/codegen/box/casts/mutableCollections/reifiedIsWithMutable.kt +++ b/compiler/testData/codegen/box/casts/mutableCollections/reifiedIsWithMutable.kt @@ -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 by ArrayList().iterator() class MItr : MutableIterator by ArrayList().iterator() diff --git a/compiler/testData/codegen/box/casts/mutableCollections/reifiedSafeAsWithMutable.kt b/compiler/testData/codegen/box/casts/mutableCollections/reifiedSafeAsWithMutable.kt index bbe5f9dc730..fcf63539688 100644 --- a/compiler/testData/codegen/box/casts/mutableCollections/reifiedSafeAsWithMutable.kt +++ b/compiler/testData/codegen/box/casts/mutableCollections/reifiedSafeAsWithMutable.kt @@ -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 by ArrayList().iterator() class MItr : MutableIterator by ArrayList().iterator() diff --git a/compiler/testData/codegen/box/casts/mutableCollections/safeAsWithMutable.kt b/compiler/testData/codegen/box/casts/mutableCollections/safeAsWithMutable.kt index d824da1c954..d289f76b6a3 100644 --- a/compiler/testData/codegen/box/casts/mutableCollections/safeAsWithMutable.kt +++ b/compiler/testData/codegen/box/casts/mutableCollections/safeAsWithMutable.kt @@ -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 by ArrayList().iterator() class MItr : MutableIterator by ArrayList().iterator()