fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
+3
-3
@@ -1,9 +1,9 @@
|
||||
package
|
||||
|
||||
internal interface T {
|
||||
internal open val x: kotlin.Int
|
||||
public interface T {
|
||||
public open val x: kotlin.Int
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
internal open fun getX(): kotlin.Int
|
||||
public open fun getX(): 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