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