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