fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
package
|
||||
|
||||
package foo {
|
||||
internal fun f(): kotlin.Unit
|
||||
public fun f(): kotlin.Unit
|
||||
|
||||
package foo.bar {
|
||||
|
||||
internal final class X {
|
||||
public final class X {
|
||||
public constructor X()
|
||||
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