Files
2015-09-23 21:25:51 +03:00

5 lines
72 B
Kotlin
Vendored

package test
class Example {
operator fun plus(other: Example) {}
}