6c166e744a
#KT-34744
4 lines
122 B
Kotlin
Vendored
4 lines
122 B
Kotlin
Vendored
// COMPILER_ARGUMENTS: -XXLanguage:+TrailingCommas
|
|
// FIX: Remove trailing comma
|
|
|
|
fun a(i: Int, b: Boolean,<caret>) = Unit |