[FE] Make constructors of sealed classes protected instead of internal
This commit is contained in:
committed by
TeamCityServer
parent
e795c2c407
commit
f3a8fcaea6
+1
-1
@@ -152,7 +152,7 @@ package kotlin {
|
||||
}
|
||||
|
||||
public sealed value class D3 {
|
||||
internal constructor D3(/*0*/ x: kotlin.Int)
|
||||
protected constructor D3(/*0*/ x: kotlin.Int)
|
||||
public final val x: kotlin.Int
|
||||
public open override /*1*/ /*synthesized*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public open override /*1*/ /*synthesized*/ fun hashCode(): kotlin.Int
|
||||
|
||||
Reference in New Issue
Block a user