4c62788c3e
#KT-31533 Fixed
6 lines
65 B
Kotlin
Vendored
6 lines
65 B
Kotlin
Vendored
// PROBLEM: none
|
|
class A {
|
|
}
|
|
|
|
fun <caret>plus(other: A): A = A()
|