f2cf3a8e7b
#KT-12273 Fixed
6 lines
92 B
Kotlin
Vendored
6 lines
92 B
Kotlin
Vendored
// FIX: Replace with '+'
|
|
|
|
fun test(p1: Operation, p2: Operation) {
|
|
p1.<caret>plus(p2)
|
|
}
|