[FIR] Fix processing constructors of sealed classes
- Allow declaring protected constructors in sealed classes - Make default visibility of sealed class constructor `protected` KT-44861 KT-44865
This commit is contained in:
committed by
TeamCityServer
parent
7c61ddc72b
commit
2d5b685535
@@ -44,7 +44,7 @@ FILE: constantValues.kt
|
||||
}
|
||||
|
||||
public sealed class Value : R|kotlin/Any| {
|
||||
private constructor(): R|KClassValue.Value| {
|
||||
protected constructor(): R|KClassValue.Value| {
|
||||
super<R|kotlin/Any|>()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user