fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
Vendored
+4
-4
@@ -2,7 +2,7 @@ package
|
||||
|
||||
package a {
|
||||
|
||||
internal final class A {
|
||||
public final class A {
|
||||
public constructor A()
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
@@ -11,13 +11,13 @@ package a {
|
||||
}
|
||||
|
||||
package b {
|
||||
internal val a.A.d: kotlin.Int
|
||||
public val a.A.d: kotlin.Int
|
||||
}
|
||||
|
||||
package c {
|
||||
internal val a.A.d: kotlin.Int
|
||||
public val a.A.d: kotlin.Int
|
||||
}
|
||||
|
||||
package d {
|
||||
internal fun a.A.test(): kotlin.Unit
|
||||
public fun a.A.test(): kotlin.Unit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user