fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
+7
-7
@@ -1,15 +1,15 @@
|
||||
package
|
||||
|
||||
package n {
|
||||
internal fun test1(/*0*/ c: n.C): kotlin.Unit
|
||||
internal fun test2(/*0*/ c: n.C): kotlin.Unit
|
||||
internal fun test3(/*0*/ c: n.C): kotlin.Unit
|
||||
internal fun test4(/*0*/ c: n.C): kotlin.Unit
|
||||
public fun test1(/*0*/ c: n.C): kotlin.Unit
|
||||
public fun test2(/*0*/ c: n.C): kotlin.Unit
|
||||
public fun test3(/*0*/ c: n.C): kotlin.Unit
|
||||
public fun test4(/*0*/ c: n.C): kotlin.Unit
|
||||
|
||||
internal final class C {
|
||||
public final class C {
|
||||
public constructor C()
|
||||
internal final fun component1(): kotlin.Int
|
||||
internal final fun component2(): kotlin.Int
|
||||
public final fun component1(): kotlin.Int
|
||||
public final fun component2(): 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
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
|
||||
Reference in New Issue
Block a user