// COMPILER_ARGUMENTS: -XXLanguage:+TrailingCommas // FIX: Fix comma position // DISABLE-ERRORS fun a() { val a = { ( a, b, // awd/**/ ), c, -> } }