Files
kotlin-fork/idea/testData/intentions/addOperatorModifier/toplevel.kt
T

6 lines
72 B
Kotlin
Vendored

// IS_APPLICABLE: false
class A {
}
fun <caret>plus(other: A): A = A()