Files
kotlin-fork/idea/testData/quickfix/removeUnused/unusedProperty.kt
T

5 lines
101 B
Kotlin
Vendored

// "Safe delete 'property'" "true"
class UnusedProperty() {
val <caret>property: String = ":)"
}