Files
kotlin-fork/compiler/testData/diagnostics/tests/resolve/nestedCalls/kt7597.txt
T
2015-09-08 02:04:32 +03:00

11 lines
409 B
Plaintext
Vendored

package
public fun test(/*0*/ a: Inv<kotlin.Int>): kotlin.Int
public fun </*0*/ S, /*1*/ T : S> Inv<T>.reduce2(): S
public interface Inv</*0*/ I> {
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
}