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

3 lines
107 B
Kotlin

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