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

5 lines
69 B
Kotlin
Vendored

package test
class Example {
infix fun test(other: Example) {}
}