Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
quickfix
/
modifiers
/
removeAbstractModifier.kt.after
blob: f5a5719a9bf51c4ffeb0a22ba5f956b385ae64ae [
file
]
// "Make 'abstract()' not abstract" "true"
class
A
()
{
}