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

3 lines
107 B
Kotlin
Vendored

// "Safe delete 'property'" "true"
class UnusedPropertyAsConstructorParameter(val <caret>property: String)