fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
+2
-2
@@ -1,9 +1,9 @@
|
||||
package
|
||||
|
||||
internal open class E {
|
||||
public open class E {
|
||||
public constructor E()
|
||||
|
||||
internal open class EE {
|
||||
public open class EE {
|
||||
public constructor EE()
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
|
||||
Reference in New Issue
Block a user