Files
kotlin-fork/compiler/testData/diagnostics/tests/controlStructures/when.kt234.kt973.txt
T
Alexander Udalov 3a8ad45dec Append newline to EOF for .txt test data files
Reverts and fixes 102f0d3
2014-10-21 03:18:27 +04:00

18 lines
820 B
Plaintext

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
internal 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
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
}
}