[FE] Make constructors of sealed classes protected instead of internal
This commit is contained in:
committed by
TeamCityServer
parent
e795c2c407
commit
f3a8fcaea6
@@ -1,7 +1,7 @@
|
||||
package
|
||||
|
||||
public sealed data class My {
|
||||
internal constructor My(/*0*/ x: kotlin.Int)
|
||||
protected constructor My(/*0*/ x: kotlin.Int)
|
||||
public final val x: kotlin.Int
|
||||
public final operator /*synthesized*/ fun component1(): kotlin.Int
|
||||
public final /*synthesized*/ fun copy(/*0*/ x: kotlin.Int = ...): My
|
||||
|
||||
Reference in New Issue
Block a user