4 lines
86 B
Kotlin
Vendored
4 lines
86 B
Kotlin
Vendored
// "Add 'operator' modifier" "true"
|
|
class A {
|
|
fun <caret>plus(other: A): A = A()
|
|
} |