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