Files
kotlin-fork/idea/testData/quickfix/removeUnused/unusedPropertyAsConstructorParameter2.kt
T
2017-10-10 11:55:27 +03:00

3 lines
124 B
Kotlin
Vendored

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