Files
kotlin/compiler/testData/diagnostics/tests/declarationChecks/kt2643MultiDeclInControlFlow.txt
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
663 B
Plaintext

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
internal final class C {
public constructor C()
internal final fun component1(): kotlin.Int
internal 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
}
}