FIR: make declarations marked with 'override' implicitly open
#KT-52236 Fixed
This commit is contained in:
committed by
Space Team
parent
9c1a68fcec
commit
6af616d3c3
@@ -22,7 +22,7 @@ FILE: simple.kt
|
||||
super<R|A|>()
|
||||
}
|
||||
|
||||
public final override fun foo(): R|B| {
|
||||
public open override fun foo(): R|B| {
|
||||
^foo this@R|/B|
|
||||
}
|
||||
|
||||
@@ -30,7 +30,7 @@ FILE: simple.kt
|
||||
^bar this@R|/B|
|
||||
}
|
||||
|
||||
public final override fun buz(p: R|B|): R|B| {
|
||||
public open override fun buz(p: R|B|): R|B| {
|
||||
^buz this@R|/B|
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user