Files
kotlin-fork/idea/testData/quickfix/redundantModalityModifier/redundantAbstract.kt
T
2017-05-10 14:56:36 +03:00

4 lines
94 B
Kotlin
Vendored

// "Remove redundant 'abstract' modifier" "true"
interface A {
<caret>abstract fun foo()
}