TrailingCommaInspection: should report Missing trailing comma on symbol after argument

#KT-34744
This commit is contained in:
Dmitry Gridin
2020-01-22 15:15:39 +07:00
parent 66fa54d805
commit 9b64a1d18a
19 changed files with 169 additions and 12 deletions
@@ -0,0 +1,4 @@
// COMPILER_ARGUMENTS: -XXLanguage:+TrailingCommas
// PROBLEM: none
fun a(i: Int, b: Boolean,)<caret> = Unit