FIR: make declarations marked with 'override' implicitly open
#KT-52236 Fixed
This commit is contained in:
committed by
Space Team
parent
9c1a68fcec
commit
6af616d3c3
@@ -178,7 +178,7 @@ internal class ArrayMapImpl<T : Any> : ArrayMap<T> {
|
||||
override var size: Int
|
||||
field = 0
|
||||
override get
|
||||
private set
|
||||
private open set
|
||||
|
||||
private fun ensureCapacity(index: Int) {
|
||||
when {
|
||||
|
||||
Reference in New Issue
Block a user