Files
kotlin-fork/idea/testData/quickfix/removeUnused/afterUnusedProperty.kt
T
2015-01-22 15:26:45 +03:00

4 lines
62 B
Kotlin

// "Safe delete 'property'" "true"
class UnusedProperty() {
}