89cc5777ce
#KT-35214 Fixed
10 lines
119 B
Kotlin
Vendored
10 lines
119 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
fun foo(
|
|
a: Int, // comment
|
|
b: Int
|
|
) = 1
|
|
|
|
val x = foo(
|
|
<caret>1, // comment
|
|
2
|
|
) |