fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
+2
-2
@@ -1,10 +1,10 @@
|
||||
package
|
||||
|
||||
package a {
|
||||
internal fun test(/*0*/ a1: a.A, /*1*/ a2: a.A): kotlin.Unit
|
||||
public fun test(/*0*/ a1: a.A, /*1*/ a2: a.A): kotlin.Unit
|
||||
public fun </*0*/ T : kotlin.Comparable<T>> T.rangeTo(/*0*/ that: T): kotlin.Range<T>
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user