6 lines
72 B
Kotlin
Vendored
6 lines
72 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
class A {
|
|
}
|
|
|
|
fun <caret>plus(other: A): A = A()
|