c78fd4aaca
#KT-39131 Fixed
8 lines
172 B
Kotlin
Vendored
8 lines
172 B
Kotlin
Vendored
// COMPILER_ARGUMENTS: -XXLanguage:+TrailingCommas
|
|
// FIX: Fix comma position
|
|
// DISABLE-ERRORS
|
|
|
|
fun a() {
|
|
val a = { (a, b // awd
|
|
,<caret>/**/), c, -> }
|
|
} |