fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
Vendored
+3
-3
@@ -1,10 +1,10 @@
|
||||
package
|
||||
|
||||
internal abstract class ReadNonexistent {
|
||||
public abstract class ReadNonexistent {
|
||||
public constructor ReadNonexistent()
|
||||
internal abstract val aa: kotlin.Int
|
||||
public abstract val aa: kotlin.Int
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
internal final fun ff(): kotlin.Int
|
||||
public final fun ff(): kotlin.Int
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user