Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
quickfix
/
redundantModalityModifier
/
redundantAbstract.kt
blob: 64c1228fc3cf73cc861d2fd93605f141ed6b6514 [
file
]
// "Remove redundant 'abstract' modifier" "true"
interface
A
{
<caret>
abstract
fun foo
()
}