c78fd4aaca
#KT-39131 Fixed
7 lines
100 B
Kotlin
Vendored
7 lines
100 B
Kotlin
Vendored
// COMPILER_ARGUMENTS: -XXLanguage:+TrailingCommas
|
|
// PROBLEM: none
|
|
|
|
fun a(<caret>
|
|
a: Int,) {
|
|
|
|
} |