fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package
|
||||
|
||||
internal fun test(/*0*/ x: kotlin.Any, /*1*/ y: kotlin.Int?): kotlin.Unit
|
||||
public fun test(/*0*/ x: kotlin.Any, /*1*/ y: kotlin.Int?): kotlin.Unit
|
||||
|
||||
internal open class Base {
|
||||
public open class Base {
|
||||
public constructor Base(/*0*/ x: kotlin.String, /*1*/ y: kotlin.Int)
|
||||
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