TrailingCommaInspection: should suggest fixes for call-site without warnings
#KT-39131 Fixed
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
// COMPILER_ARGUMENTS: -XXLanguage:+TrailingCommas
|
||||
// FIX: Fix comma position
|
||||
// DISABLE-ERRORS
|
||||
|
||||
fun a() {
|
||||
val a = { (a, b // awd
|
||||
,<caret>/**/), c, -> }
|
||||
}
|
||||
Reference in New Issue
Block a user