TrailingCommaInspection: should suggest fixes for call-site without warnings
#KT-39131 Fixed
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// COMPILER_ARGUMENTS: -XXLanguage:+TrailingCommas
|
||||
// FIX: Add trailing comma
|
||||
// DISABLE-ERRORS
|
||||
|
||||
fun a() {
|
||||
b(
|
||||
1, 3, 2424,
|
||||
awdawd,
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user