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