Files
kotlin-fork/idea/testData/quickfix/variables/removeValVarFromParameter/afterParameterWithComment.kt
T
Evgeny Gerashchenko b653598df2 Fixed EA-61504.
2014-10-15 11:51:01 +04:00

3 lines
81 B
Kotlin

// "Remove 'val' from parameter" "true"
fun f(<caret>/* comment */ x: String) {
}