4c62788c3e
#KT-31533 Fixed
3 lines
59 B
Plaintext
Vendored
3 lines
59 B
Plaintext
Vendored
class A {
|
|
public operator fun plus(other: A): A = A()
|
|
} |