4 lines
95 B
Plaintext
Vendored
4 lines
95 B
Plaintext
Vendored
// "Add 'operator' modifier" "true"
|
|
class A {
|
|
public operator fun plus(other: A): A = A()
|
|
} |