Files
kotlin-fork/idea/testData/quickfix/modifiers/redundantOpenInInterface.kt
T
2021-02-09 17:15:31 +01:00

6 lines
109 B
Kotlin
Vendored

// "Remove redundant 'open' modifier" "true"
interface My {
<caret>open fun foo()
}
/* FIR_COMPARISON */