FIR: make declarations marked with 'override' implicitly open

#KT-52236 Fixed
This commit is contained in:
Steven Schäfer
2022-11-18 16:13:01 +01:00
committed by Space Team
parent 9c1a68fcec
commit 6af616d3c3
205 changed files with 638 additions and 10616 deletions
@@ -13,7 +13,7 @@ FILE: localObject.kt
super<R|kotlin/Any|>()
}
public final override fun foo(): R|kotlin/Int| {
public open override fun foo(): R|kotlin/Int| {
^foo R|<local>/x|.R|kotlin/Int.plus|(Int(1))
}
@@ -39,7 +39,7 @@ FILE: localObject.kt
super<R|kotlin/Any|>()
}
public final override fun foo(): R|kotlin/Int| {
public open override fun foo(): R|kotlin/Int| {
^foo this@R|/TestProperty|.R|/TestProperty.intConst|.R|kotlin/Int.plus|(Int(1))
}
@@ -55,7 +55,7 @@ FILE: localObject.kt
super<R|kotlin/Any|>()
}
public final override fun foo(): R|kotlin/Int| {
public open override fun foo(): R|kotlin/Int| {
^foo this@R|/TestProperty|.R|/TestProperty.intConst|.R|kotlin/Int.plus|(Int(1))
}
@@ -70,7 +70,7 @@ FILE: localObject.kt
super<R|kotlin/Any|>()
}
public final override fun foo(): R|kotlin/Int| {
public open override fun foo(): R|kotlin/Int| {
^foo this@R|special/anonymous|.R|/TestProperty.x|.R|kotlin/Int.plus|(Int(1))
}