Files
kotlin-fork/idea/testData/quickfix/changeSignature/removeParameterFromExtension.kt
T
Alexey Sedunov 6060a39494 Change Signature: Use correct index in getOriginalParameter()
#KT-18642 Fixed
 #KT-18606 Fixed
2017-06-29 17:42:09 +03:00

4 lines
78 B
Kotlin
Vendored

// "Remove parameter 'a'" "true"
fun String.foo(<caret>a:Int = 0, b: Int) {
}