FIR: make declarations marked with 'override' implicitly open
#KT-52236 Fixed
This commit is contained in:
committed by
Space Team
parent
9c1a68fcec
commit
6af616d3c3
+1
-1
@@ -26,7 +26,7 @@ FILE: buildSetWithVisitor.kt
|
||||
super<R|AnyVisitor|>()
|
||||
}
|
||||
|
||||
public final override fun visit(arg: R|Wrapper|): R|kotlin/Unit| {
|
||||
public open override fun visit(arg: R|Wrapper|): R|kotlin/Unit| {
|
||||
this@R|special/anonymous|.R|SubstitutionOverride<kotlin/collections/MutableSet.add: R|kotlin/Boolean|>|(R|<local>/arg|.R|/Wrapper.tag|)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user