Files
kotlin-fork/idea/testData/inspectionsLocal/addOperatorModifier/toplevel.kt
T
2019-06-05 19:27:52 +07:00

6 lines
65 B
Kotlin
Vendored

// PROBLEM: none
class A {
}
fun <caret>plus(other: A): A = A()