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