Files
kotlin-fork/compiler/testData/diagnostics/tests/modifiers/operatorInfix/LocalFunctions.txt
T
2018-01-16 15:42:02 +01:00

17 lines
740 B
Plaintext
Vendored

package
public fun a(): kotlin.Unit
public fun consumeInt(/*0*/ i: kotlin.Int): kotlin.Unit
public fun consumeString(/*0*/ s: kotlin.String): kotlin.Unit
public fun Example.div(/*0*/ other: Example): kotlin.Int
public infix operator fun Example.minus(/*0*/ other: Example): kotlin.Int
public fun Example.plus(/*0*/ other: Example): kotlin.Int
public infix operator fun Example.times(/*0*/ other: Example): kotlin.Int
public final class Example {
public constructor Example()
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
}