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

3 lines
61 B
Kotlin
Vendored

// "Remove parameter 'a'" "true"
class Foo(<caret>a: String)