Files
kotlin-fork/idea/testData/intentions/joinParameterList/hasEndOfLineComment.kt
T
2020-08-13 19:53:46 +03:00

5 lines
79 B
Kotlin
Vendored

// IS_APPLICABLE: false
fun foo(
<caret>a: Int, // comment
b: Int
) = 1