Files
kotlin-fork/idea/testData/quickfix/modifiers/afterRemoveAbstractModifier.kt
T
Denis Zharkov 99f1ab333e Report illegal modifiers and annotations on primary constructor
#KT-7057 Fixed
 #KT-6772 Fixed
2015-03-31 20:20:22 +03:00

6 lines
59 B
Kotlin

// "Make 'abstract()' not abstract" "true"
class A() {
}