Sealed constructors are made private in front-end, tests changed accordingly
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package
|
||||
|
||||
internal sealed class Tree {
|
||||
public constructor Tree()
|
||||
private constructor Tree()
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
internal final fun max(): kotlin.Int
|
||||
|
||||
Reference in New Issue
Block a user