9b64a1d18a
#KT-34744
5 lines
124 B
Kotlin
Vendored
5 lines
124 B
Kotlin
Vendored
// COMPILER_ARGUMENTS: -XXLanguage:+TrailingCommas
|
|
// FIX: Fix comma position
|
|
|
|
fun a(i: Int /*
|
|
*/,<caret> b: Boolean) = Unit |