FIR: make declarations marked with 'override' implicitly open
#KT-52236 Fixed
This commit is contained in:
committed by
Space Team
parent
9c1a68fcec
commit
6af616d3c3
+2
-2
@@ -87,7 +87,7 @@ FILE: protectedVisibilityAndSmartcast_overrideChangesType.fir.kt
|
||||
super<R|A.B|>(R|<local>/a|)
|
||||
}
|
||||
|
||||
protected final override val a: R|Derived| = R|<local>/a|
|
||||
protected open override val a: R|Derived| = R|<local>/a|
|
||||
protected get(): R|Derived|
|
||||
|
||||
public final fun fest_4(other: R|A|): R|kotlin/Unit| {
|
||||
@@ -122,7 +122,7 @@ FILE: protectedVisibilityAndSmartcast_overrideChangesType.fir.kt
|
||||
super<R|A|>()
|
||||
}
|
||||
|
||||
protected final override val a: R|Derived| = R|<local>/a|
|
||||
protected open override val a: R|Derived| = R|<local>/a|
|
||||
protected get(): R|Derived|
|
||||
|
||||
public final fun fest_5(other: R|A|): R|kotlin/Unit| {
|
||||
|
||||
Reference in New Issue
Block a user