fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
package
|
||||
|
||||
internal object A {
|
||||
public object A {
|
||||
private constructor A()
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
|
||||
internal final enum class E : kotlin.Enum<A.E> {
|
||||
public final enum class E : kotlin.Enum<A.E> {
|
||||
enum entry ENTRY
|
||||
|
||||
private constructor E()
|
||||
|
||||
Reference in New Issue
Block a user