7627834dd0
#KT-34744
5 lines
122 B
Kotlin
Vendored
5 lines
122 B
Kotlin
Vendored
// COMPILER_ARGUMENTS: -XXLanguage:+TrailingCommas
|
|
// FIX: Add trailing comma
|
|
|
|
fun a(i: Int,
|
|
b: Boolea<caret>n) = Unit |