Files
kotlin-fork/idea/testData/quickfix/changeSignature/removeUnusedInternalConstructorParameter.kt
T
Mikhail Glukhikh ee3f89df87 Remove unused function parameter: delete empty constructor accurately
So #KT-22221 Fixed
Fixes also some quick-fix tests
2018-01-19 16:16:15 +03:00

3 lines
80 B
Kotlin
Vendored

// "Remove parameter 'x'" "true"
class X internal constructor(<caret>x: String)