fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
package
|
||||
|
||||
package kt234_kt973 {
|
||||
internal fun foo3(/*0*/ x: kotlin.Int): kotlin.Int
|
||||
internal fun foo4(/*0*/ x: kotlin.Int): kotlin.Int
|
||||
internal fun t1(/*0*/ x: kotlin.Int): kotlin.Int
|
||||
internal fun t5(/*0*/ x: kotlin.Int): kotlin.Int
|
||||
internal fun test(/*0*/ t: kt234_kt973.Pair<kotlin.Int, kotlin.Int>): kotlin.Int
|
||||
internal fun test1(/*0*/ t: kt234_kt973.Pair<kotlin.Int, kotlin.Int>): kotlin.Int
|
||||
public fun foo3(/*0*/ x: kotlin.Int): kotlin.Int
|
||||
public fun foo4(/*0*/ x: kotlin.Int): kotlin.Int
|
||||
public fun t1(/*0*/ x: kotlin.Int): kotlin.Int
|
||||
public fun t5(/*0*/ x: kotlin.Int): kotlin.Int
|
||||
public fun test(/*0*/ t: kt234_kt973.Pair<kotlin.Int, kotlin.Int>): kotlin.Int
|
||||
public fun test1(/*0*/ t: kt234_kt973.Pair<kotlin.Int, kotlin.Int>): kotlin.Int
|
||||
|
||||
internal final class Pair</*0*/ A, /*1*/ B> {
|
||||
public final class Pair</*0*/ A, /*1*/ B> {
|
||||
public constructor Pair</*0*/ A, /*1*/ B>(/*0*/ a: A, /*1*/ b: B)
|
||||
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