Files
kotlin/compiler/testData/loadJava/compiledKotlin/fun/InfixKeyword.txt
2015-09-30 04:03:27 +03:00

7 lines
162 B
Plaintext
Vendored

package test
public final class Example {
/*primary*/ public constructor Example()
public final infix fun test(/*0*/ other: test.Example): kotlin.Unit
}