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

3 lines
102 B
Plaintext
Vendored

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