diff --git a/idea/src/org/jetbrains/kotlin/idea/inspections/TrailingCommaInspection.kt b/idea/src/org/jetbrains/kotlin/idea/inspections/TrailingCommaInspection.kt index 5e88af55234..956127dd23d 100644 --- a/idea/src/org/jetbrains/kotlin/idea/inspections/TrailingCommaInspection.kt +++ b/idea/src/org/jetbrains/kotlin/idea/inspections/TrailingCommaInspection.kt @@ -32,7 +32,7 @@ import kotlin.properties.Delegates class TrailingCommaInspection( @JvmField - var addCommaWarning: Boolean = false, + var addCommaWarning: Boolean = false ) : AbstractKotlinInspection() { override fun buildVisitor(holder: ProblemsHolder, isOnTheFly: Boolean): PsiElementVisitor = object : TrailingCommaVisitor() { override val recursively: Boolean = false @@ -40,9 +40,8 @@ class TrailingCommaInspection( override fun process(trailingCommaContext: TrailingCommaContext) { val element = trailingCommaContext.ktElement - if (!element.canAddTrailingCommaWithRegistryCheck()) return - - useTrailingComma = CodeStyle.getSettings(element.project).kotlinCustomSettings.ALLOW_TRAILING_COMMA + val kotlinCustomSettings = CodeStyle.getSettings(element.project).kotlinCustomSettings + useTrailingComma = kotlinCustomSettings.addTrailingCommaIsAllowedFor(element) when (trailingCommaContext.state) { TrailingCommaState.MISSING, TrailingCommaState.EXISTS -> { checkCommaPosition(element) @@ -161,6 +160,7 @@ class TrailingCommaInspection( val range = createFormatterTextRange(element) val settings = CodeStyle.getSettings(project).clone() settings.kotlinCustomSettings.ALLOW_TRAILING_COMMA = true + settings.kotlinCustomSettings.ALLOW_TRAILING_COMMA_ON_CALL_SITE = true CodeStyle.doWithTemporarySettings(project, settings) { CodeStyleManager.getInstance(project).reformatRange(element, range.startOffset, range.endOffset) } diff --git a/idea/testData/inspections/trailingCommaOffWithCodeStyle/inspectionData/expected.xml b/idea/testData/inspections/trailingCommaOffWithCodeStyle/inspectionData/expected.xml index a52c1ce3afe..3869321c158 100644 --- a/idea/testData/inspections/trailingCommaOffWithCodeStyle/inspectionData/expected.xml +++ b/idea/testData/inspections/trailingCommaOffWithCodeStyle/inspectionData/expected.xml @@ -1,11 +1,1823 @@ + + ArgumentList.kt + 2 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 3 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 24 + 1 + + + ArgumentList.kt + 9 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 12 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 16 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 20 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 14 + 1 + + + ArgumentList.kt + 26 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 19 + 1 + + + ArgumentList.kt + 30 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 56 + 1 + + + ArgumentList.kt + 32 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + ArgumentList.kt + 34 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 51 + 1 + + + ArgumentList.kt + 38 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + " + 16 + 1 + + + ArgumentList.kt + 42 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 5 + 1 + + + ArgumentList.kt + 46 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 51 + 1 + + + ArgumentList.kt + 48 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + C + 16 + 1 + + + ArgumentList.kt + 56 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 43 + 1 + + + ArgumentList.kt + 60 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + " + 16 + 1 + + + ArgumentList.kt + 64 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 5 + 1 + + + ArgumentList.kt + 68 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 42 + 1 + + + ArgumentList.kt + 70 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + { + 16 + 1 + + + ArgumentList.kt + 78 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 34 + 1 + + + ArgumentList.kt + 82 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + " + 16 + 1 + + + ArgumentList.kt + 86 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 17 + 1 + + + ArgumentList.kt + 90 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 48 + 1 + + + ArgumentList.kt + 92 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 16 + 1 + + + ArgumentList.kt + 100 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 40 + 1 + + + ArgumentList.kt + 104 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + " + 16 + 1 + + + ArgumentList.kt + 108 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 5 + 1 + + + ArgumentList.kt + 110 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + " + 16 + 1 + + + ArgumentList.kt + 112 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 5 + 1 + + + ArgumentList.kt + 116 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 90 + 1 + + + ArgumentList.kt + 118 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + o + 16 + 1 + + + ArgumentList.kt + 126 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 82 + 1 + + + ArgumentList.kt + 131 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 6 + 1 + + + ArgumentList.kt + 134 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + / + 13 + 1 + + + ArgumentList.kt + 138 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 17 + 1 + + + ArgumentList.kt + 140 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 141 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 6 + 1 + + + ArgumentList.kt + 143 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 146 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 152 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 155 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + + 13 + 1 + + + ArgumentList.kt + 159 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 19 + 1 + + + ArgumentList.kt + 162 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 8 + 1 + + + ArgumentList.kt + 161 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 165 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 168 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + + 13 + 1 + + + ArgumentList.kt + 172 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 19 + 1 + + + ArgumentList.kt + 174 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 175 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 34 + 1 + + + ArgumentList.kt + 177 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + ArgumentList.kt + 179 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + ArgumentList.kt + 181 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + ArgumentList.kt + 182 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 7 + 1 + + + ArgumentList.kt + 181 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 182 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 14 + 1 + + + ArgumentList.kt + 184 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 51 + 1 + + + ArgumentList.kt + 186 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 51 + 1 + + + ArgumentList.kt + 186 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 187 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 12 + 1 + + + ArgumentList.kt + 189 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + " + 16 + 1 + + + ArgumentList.kt + 193 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 5 + 1 + + + ArgumentList.kt + 195 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + C + 16 + 1 + + + ArgumentList.kt + 198 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + o + 16 + 1 + + + ArgumentList.kt + 199 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 6 + 1 + + + ArgumentList.kt + 201 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 16 + 1 + + + ArgumentList.kt + 202 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 6 + 1 + + + ArgumentList.kt + 204 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + { + 16 + 1 + + + ArgumentList.kt + 205 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 45 + 1 + + + ArgumentList.kt + 208 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 16 + 1 + + + ArgumentList.kt + 207 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + C + 16 + 1 + + + ArgumentList.kt + 208 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 17 + 1 + + + ArgumentList.kt + 211 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 15 + 1 + + + ArgumentList.kt + 210 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + t + 30 + 1 + + + ArgumentList.kt + 211 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 16 + 1 + + + ArgumentList.kt + 210 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 211 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 25 + 1 + + + ArgumentList.kt + 214 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 13 + 1 + + + ArgumentList.kt + 213 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 214 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 14 + 1 + + + ArgumentList.kt + 221 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 10 + 1 + + + ArgumentList.kt + 223 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 10 + 1 + + + CollectionLiteralInAnnotation.kt + 4 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 8 + 1 + + + CollectionLiteralInAnnotation.kt + 7 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + 1 + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 7 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 8 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 12 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 13 + 1 + + + CollectionLiteralInAnnotation.kt + 11 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 12 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 14 + 1 + + + CollectionLiteralInAnnotation.kt + 16 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 12 + 1 + + + CollectionLiteralInAnnotation.kt + 15 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 16 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 13 + 1 + + + CollectionLiteralInAnnotation.kt + 22 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 11 + 1 + + + CollectionLiteralInAnnotation.kt + 25 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + 1 + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 25 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 26 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 30 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 16 + 1 + + + CollectionLiteralInAnnotation.kt + 29 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 30 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 17 + 1 + + + CollectionLiteralInAnnotation.kt + 34 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 15 + 1 + + + CollectionLiteralInAnnotation.kt + 33 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 34 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 16 + 1 + + + CollectionLiteralInAnnotation.kt + 40 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 14 + 1 + + + CollectionLiteralInAnnotation.kt + 43 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + " + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 43 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 44 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 48 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 13 + 1 + + + CollectionLiteralInAnnotation.kt + 47 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 48 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 14 + 1 + + + CollectionLiteralInAnnotation.kt + 52 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 20 + 1 + + + CollectionLiteralInAnnotation.kt + 51 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 52 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 21 + 1 + + + CollectionLiteralInAnnotation.kt + 55 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + 1 + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 56 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 55 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 56 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 59 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + 1 + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 59 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 60 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 63 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + 1 + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 63 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 64 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 70 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 67 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + / + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 71 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 67 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 71 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 8 + 1 + + + CollectionLiteralInAnnotation.kt + 76 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 10 + 1 + + + CollectionLiteralInAnnotation.kt + 74 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 76 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 11 + 1 + + + CollectionLiteralInAnnotation.kt + 80 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 79 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + 1 + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 80 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 8 + 1 + + + CollectionLiteralInAnnotation.kt + 79 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 80 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 9 + 1 + + + CollectionLiteralInAnnotation.kt + 84 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 83 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + 1 + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 85 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 83 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 85 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 88 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + / + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 88 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 90 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 93 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + " + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 93 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 94 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 98 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 13 + 1 + + + CollectionLiteralInAnnotation.kt + 97 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 98 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 14 + 1 + + + CollectionLiteralInAnnotation.kt + 103 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 101 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 103 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 8 + 1 + DestructuringDeclarationsInLambda.kt 1 testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 46 @@ -17,7 +1829,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 51 @@ -29,7 +1841,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 50 @@ -41,7 +1853,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break x 42 @@ -53,7 +1865,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 46 @@ -65,7 +1877,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 40 @@ -77,7 +1889,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 52 @@ -89,7 +1901,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 46 @@ -101,7 +1913,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 40 @@ -113,7 +1925,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 52 @@ -125,7 +1937,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 45 @@ -137,7 +1949,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 48 @@ -149,7 +1961,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 40 @@ -161,7 +1973,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 54 @@ -173,7 +1985,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 3 @@ -185,7 +1997,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break x 42 @@ -197,7 +2009,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 4 @@ -209,7 +2021,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 40 @@ -221,7 +2033,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 10 @@ -233,7 +2045,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 50 @@ -245,7 +2057,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 54 @@ -257,7 +2069,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break x 42 @@ -269,7 +2081,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 2 @@ -281,7 +2093,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 40 @@ -293,7 +2105,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 8 @@ -305,7 +2117,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 2 @@ -317,7 +2129,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break / 42 @@ -329,7 +2141,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 2 @@ -341,7 +2153,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 40 @@ -353,7 +2165,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 8 @@ -365,7 +2177,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 2 @@ -377,7 +2189,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break / 9 @@ -389,7 +2201,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 2 @@ -401,7 +2213,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 11 @@ -413,7 +2225,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 46 @@ -425,7 +2237,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 40 @@ -437,19 +2249,763 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 44 1 + + IndicesAccess.kt + 2 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 3 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 24 + 1 + + + IndicesAccess.kt + 9 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 12 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 16 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 20 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 14 + 1 + + + IndicesAccess.kt + 26 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 19 + 1 + + + IndicesAccess.kt + 30 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 31 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 39 + 1 + + + IndicesAccess.kt + 33 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + IndicesAccess.kt + 35 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 51 + 1 + + + IndicesAccess.kt + 39 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + " + 16 + 1 + + + IndicesAccess.kt + 43 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 5 + 1 + + + IndicesAccess.kt + 47 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 51 + 1 + + + IndicesAccess.kt + 49 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + C + 16 + 1 + + + IndicesAccess.kt + 50 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 33 + 1 + + + IndicesAccess.kt + 52 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + C + 16 + 1 + + + IndicesAccess.kt + 60 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 43 + 1 + + + IndicesAccess.kt + 64 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + " + 16 + 1 + + + IndicesAccess.kt + 68 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 17 + 1 + + + IndicesAccess.kt + 72 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 42 + 1 + + + IndicesAccess.kt + 75 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 12 + 1 + + + IndicesAccess.kt + 74 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + { + 16 + 1 + + + IndicesAccess.kt + 75 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 13 + 1 + + + IndicesAccess.kt + 77 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + { + 16 + 1 + + + IndicesAccess.kt + 81 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 34 + 1 + + + IndicesAccess.kt + 85 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + " + 16 + 1 + + + IndicesAccess.kt + 89 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 5 + 1 + + + IndicesAccess.kt + 91 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 107 + 1 + + + IndicesAccess.kt + 95 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 90 + 1 + + + IndicesAccess.kt + 97 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + o + 16 + 1 + + + IndicesAccess.kt + 105 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 82 + 1 + + + IndicesAccess.kt + 110 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 6 + 1 + + + IndicesAccess.kt + 113 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + / + 13 + 1 + + + IndicesAccess.kt + 117 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 17 + 1 + + + IndicesAccess.kt + 119 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 120 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 6 + 1 + + + IndicesAccess.kt + 122 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 125 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 131 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 134 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + + 13 + 1 + + + IndicesAccess.kt + 138 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 19 + 1 + + + IndicesAccess.kt + 141 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 8 + 1 + + + IndicesAccess.kt + 140 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 144 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 147 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + + 13 + 1 + + + IndicesAccess.kt + 151 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 19 + 1 + + + IndicesAccess.kt + 153 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 154 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 34 + 1 + + + IndicesAccess.kt + 156 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + IndicesAccess.kt + 158 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + IndicesAccess.kt + 160 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + IndicesAccess.kt + 161 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 7 + 1 + + + IndicesAccess.kt + 160 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 161 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 14 + 1 + + + IndicesAccess.kt + 163 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 51 + 1 + + + IndicesAccess.kt + 165 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 51 + 1 + + + IndicesAccess.kt + 165 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 166 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 12 + 1 + + + IndicesAccess.kt + 168 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + " + 16 + 1 + + + IndicesAccess.kt + 172 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 5 + 1 + + + IndicesAccess.kt + 174 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + C + 16 + 1 + LambdaParameterList.kt 12 testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break x 9 @@ -461,7 +3017,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 8 @@ -473,7 +3029,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 38 @@ -485,7 +3041,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -497,7 +3053,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 5 @@ -509,7 +3065,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 14 @@ -521,7 +3077,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -533,7 +3089,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 5 @@ -545,7 +3101,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 13 @@ -557,7 +3113,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -569,7 +3125,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 5 @@ -581,7 +3137,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 17 @@ -593,7 +3149,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -605,7 +3161,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 8 @@ -617,7 +3173,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -629,7 +3185,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 8 @@ -641,7 +3197,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break x 9 @@ -653,7 +3209,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -665,7 +3221,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 9 @@ -677,7 +3233,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 17 @@ -689,7 +3245,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -701,7 +3257,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 8 @@ -713,7 +3269,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -725,7 +3281,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 8 @@ -737,7 +3293,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 76 @@ -749,7 +3305,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break y 12 @@ -761,7 +3317,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 45 @@ -773,7 +3329,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break y 12 @@ -785,7 +3341,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 41 @@ -797,7 +3353,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break y 12 @@ -809,7 +3365,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 6 @@ -821,7 +3377,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break y 12 @@ -833,7 +3389,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 6 @@ -845,7 +3401,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 49 @@ -857,7 +3413,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break y 12 @@ -869,7 +3425,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 12 @@ -881,7 +3437,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 43 @@ -893,7 +3449,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 13 @@ -905,7 +3461,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 10 @@ -917,7 +3473,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break a 9 @@ -929,7 +3485,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break a 9 @@ -941,7 +3497,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 10 @@ -953,7 +3509,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 10 @@ -965,7 +3521,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break a 9 @@ -977,7 +3533,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break a 9 @@ -989,7 +3545,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 9 @@ -1001,7 +3557,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break a 9 @@ -1013,7 +3569,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break a 9 @@ -1025,7 +3581,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 17 @@ -1037,7 +3593,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 21 @@ -1049,7 +3605,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 14 @@ -1061,7 +3617,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 10 @@ -1073,7 +3629,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break a 9 @@ -1085,7 +3641,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break a 9 @@ -1097,7 +3653,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break a 9 @@ -1109,7 +3665,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break a 9 @@ -1121,7 +3677,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 17 @@ -1133,7 +3689,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 8 @@ -1145,7 +3701,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break a 9 @@ -1157,7 +3713,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 10 @@ -1169,7 +3725,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 12 @@ -1181,7 +3737,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break a 9 @@ -1193,7 +3749,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 18 @@ -1205,7 +3761,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 8 @@ -1217,7 +3773,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 9 @@ -1229,7 +3785,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 18 @@ -1241,7 +3797,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 8 @@ -1253,7 +3809,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 9 @@ -1265,7 +3821,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 25 @@ -1277,7 +3833,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 18 @@ -1289,7 +3845,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 8 @@ -1301,7 +3857,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 9 @@ -1313,7 +3869,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 29 @@ -1325,7 +3881,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 28 @@ -1337,7 +3893,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 18 @@ -1349,7 +3905,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -1361,7 +3917,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 5 @@ -1373,7 +3929,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 18 @@ -1385,7 +3941,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -1397,7 +3953,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 5 @@ -1409,7 +3965,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 18 @@ -1421,7 +3977,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -1433,7 +3989,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 5 @@ -1445,7 +4001,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 21 @@ -1457,7 +4013,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -1469,7 +4025,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 8 @@ -1481,7 +4037,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -1493,7 +4049,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 8 @@ -1505,7 +4061,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 30 @@ -1517,7 +4073,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 52 @@ -1529,7 +4085,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break x 17 @@ -1541,7 +4097,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 17 @@ -1553,7 +4109,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break x 17 @@ -1565,7 +4121,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 18 @@ -1577,7 +4133,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 14 @@ -1589,7 +4145,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -1601,7 +4157,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 5 @@ -1613,7 +4169,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 14 @@ -1625,7 +4181,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -1637,7 +4193,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 5 @@ -1649,7 +4205,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 14 @@ -1661,7 +4217,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -1673,7 +4229,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 5 @@ -1685,7 +4241,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -1697,7 +4253,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break x 7 @@ -1709,7 +4265,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 20 @@ -1721,7 +4277,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -1733,7 +4289,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 8 @@ -1745,7 +4301,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 14 @@ -1757,7 +4313,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 21 @@ -1769,7 +4325,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -1781,7 +4337,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 8 @@ -1793,7 +4349,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -1805,19 +4361,559 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 8 1 + + TypeArgumentList.kt + 3 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + t + 22 + 1 + + + TypeArgumentList.kt + 2 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 10 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 11 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 24 + 1 + + + TypeArgumentList.kt + 17 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 20 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 24 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 28 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 14 + 1 + + + TypeArgumentList.kt + 34 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 19 + 1 + + + TypeArgumentList.kt + 38 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 56 + 1 + + + TypeArgumentList.kt + 41 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 12 + 1 + + + TypeArgumentList.kt + 40 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 41 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 13 + 1 + + + TypeArgumentList.kt + 43 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + TypeArgumentList.kt + 45 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 48 + 1 + + + TypeArgumentList.kt + 50 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 6 + 1 + + + TypeArgumentList.kt + 53 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + / + 13 + 1 + + + TypeArgumentList.kt + 57 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 17 + 1 + + + TypeArgumentList.kt + 59 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 60 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 6 + 1 + + + TypeArgumentList.kt + 62 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 65 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 71 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 74 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + + 13 + 1 + + + TypeArgumentList.kt + 78 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 19 + 1 + + + TypeArgumentList.kt + 81 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 8 + 1 + + + TypeArgumentList.kt + 80 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 84 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 87 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + + 13 + 1 + + + TypeArgumentList.kt + 91 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 19 + 1 + + + TypeArgumentList.kt + 93 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 94 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 6 + 1 + + + TypeArgumentList.kt + 97 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 23 + 1 + + + TypeArgumentList.kt + 99 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 100 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 34 + 1 + + + TypeArgumentList.kt + 102 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + TypeArgumentList.kt + 104 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + TypeArgumentList.kt + 106 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + TypeArgumentList.kt + 107 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 7 + 1 + + + TypeArgumentList.kt + 106 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 107 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 14 + 1 + + + TypeArgumentList.kt + 109 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 51 + 1 + + + TypeArgumentList.kt + 111 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 51 + 1 + + + TypeArgumentList.kt + 111 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 112 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 12 + 1 + TypeParameterList.kt 8 testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break x 9 @@ -1829,7 +4925,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 8 @@ -1841,7 +4937,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 14 @@ -1853,7 +4949,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -1865,7 +4961,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 5 @@ -1877,7 +4973,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 14 @@ -1889,7 +4985,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -1901,7 +4997,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 5 @@ -1913,7 +5009,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 14 @@ -1925,7 +5021,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -1937,7 +5033,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 5 @@ -1949,7 +5045,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 17 @@ -1961,7 +5057,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -1973,7 +5069,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 8 @@ -1985,7 +5081,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -1997,7 +5093,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 8 @@ -2009,7 +5105,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break x 5 @@ -2021,7 +5117,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break x 5 @@ -2033,7 +5129,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 14 @@ -2045,7 +5141,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -2057,7 +5153,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 5 @@ -2069,7 +5165,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 14 @@ -2081,7 +5177,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -2093,7 +5189,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 5 @@ -2105,7 +5201,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 14 @@ -2117,7 +5213,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -2129,7 +5225,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 5 @@ -2141,7 +5237,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -2153,7 +5249,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break x 5 @@ -2165,7 +5261,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 20 @@ -2177,7 +5273,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -2189,7 +5285,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 8 @@ -2201,7 +5297,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 6 @@ -2213,7 +5309,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 9 @@ -2225,7 +5321,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -2237,7 +5333,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 9 @@ -2249,7 +5345,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 17 @@ -2261,7 +5357,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -2273,7 +5369,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 8 @@ -2285,7 +5381,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -2297,7 +5393,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 8 @@ -2309,7 +5405,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -2321,7 +5417,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 9 @@ -2333,7 +5429,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 31 @@ -2345,7 +5441,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 8 @@ -2357,7 +5453,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 9 @@ -2369,7 +5465,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -2381,7 +5477,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 12 @@ -2393,7 +5489,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -2405,7 +5501,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 8 @@ -2417,7 +5513,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 44 @@ -2429,7 +5525,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 43 @@ -2441,7 +5537,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 45 @@ -2453,7 +5549,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 9 @@ -2465,7 +5561,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 15 @@ -2477,7 +5573,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 15 diff --git a/idea/testData/inspections/trailingCommaOffWithoutCodeStyle/inspectionData/expected.xml b/idea/testData/inspections/trailingCommaOffWithoutCodeStyle/inspectionData/expected.xml index a52c1ce3afe..3869321c158 100644 --- a/idea/testData/inspections/trailingCommaOffWithoutCodeStyle/inspectionData/expected.xml +++ b/idea/testData/inspections/trailingCommaOffWithoutCodeStyle/inspectionData/expected.xml @@ -1,11 +1,1823 @@ + + ArgumentList.kt + 2 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 3 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 24 + 1 + + + ArgumentList.kt + 9 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 12 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 16 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 20 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 14 + 1 + + + ArgumentList.kt + 26 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 19 + 1 + + + ArgumentList.kt + 30 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 56 + 1 + + + ArgumentList.kt + 32 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + ArgumentList.kt + 34 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 51 + 1 + + + ArgumentList.kt + 38 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + " + 16 + 1 + + + ArgumentList.kt + 42 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 5 + 1 + + + ArgumentList.kt + 46 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 51 + 1 + + + ArgumentList.kt + 48 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + C + 16 + 1 + + + ArgumentList.kt + 56 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 43 + 1 + + + ArgumentList.kt + 60 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + " + 16 + 1 + + + ArgumentList.kt + 64 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 5 + 1 + + + ArgumentList.kt + 68 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 42 + 1 + + + ArgumentList.kt + 70 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + { + 16 + 1 + + + ArgumentList.kt + 78 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 34 + 1 + + + ArgumentList.kt + 82 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + " + 16 + 1 + + + ArgumentList.kt + 86 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 17 + 1 + + + ArgumentList.kt + 90 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 48 + 1 + + + ArgumentList.kt + 92 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 16 + 1 + + + ArgumentList.kt + 100 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 40 + 1 + + + ArgumentList.kt + 104 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + " + 16 + 1 + + + ArgumentList.kt + 108 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 5 + 1 + + + ArgumentList.kt + 110 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + " + 16 + 1 + + + ArgumentList.kt + 112 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 5 + 1 + + + ArgumentList.kt + 116 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 90 + 1 + + + ArgumentList.kt + 118 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + o + 16 + 1 + + + ArgumentList.kt + 126 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 82 + 1 + + + ArgumentList.kt + 131 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 6 + 1 + + + ArgumentList.kt + 134 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + / + 13 + 1 + + + ArgumentList.kt + 138 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 17 + 1 + + + ArgumentList.kt + 140 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 141 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 6 + 1 + + + ArgumentList.kt + 143 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 146 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 152 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 155 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + + 13 + 1 + + + ArgumentList.kt + 159 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 19 + 1 + + + ArgumentList.kt + 162 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 8 + 1 + + + ArgumentList.kt + 161 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 165 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 168 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + + 13 + 1 + + + ArgumentList.kt + 172 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 19 + 1 + + + ArgumentList.kt + 174 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 175 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 34 + 1 + + + ArgumentList.kt + 177 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + ArgumentList.kt + 179 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + ArgumentList.kt + 181 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + ArgumentList.kt + 182 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 7 + 1 + + + ArgumentList.kt + 181 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 182 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 14 + 1 + + + ArgumentList.kt + 184 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 51 + 1 + + + ArgumentList.kt + 186 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 51 + 1 + + + ArgumentList.kt + 186 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 187 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 12 + 1 + + + ArgumentList.kt + 189 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + " + 16 + 1 + + + ArgumentList.kt + 193 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 5 + 1 + + + ArgumentList.kt + 195 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + C + 16 + 1 + + + ArgumentList.kt + 198 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + o + 16 + 1 + + + ArgumentList.kt + 199 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 6 + 1 + + + ArgumentList.kt + 201 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 16 + 1 + + + ArgumentList.kt + 202 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 6 + 1 + + + ArgumentList.kt + 204 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + { + 16 + 1 + + + ArgumentList.kt + 205 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 45 + 1 + + + ArgumentList.kt + 208 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 16 + 1 + + + ArgumentList.kt + 207 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + C + 16 + 1 + + + ArgumentList.kt + 208 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 17 + 1 + + + ArgumentList.kt + 211 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 15 + 1 + + + ArgumentList.kt + 210 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + t + 30 + 1 + + + ArgumentList.kt + 211 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 16 + 1 + + + ArgumentList.kt + 210 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 211 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 25 + 1 + + + ArgumentList.kt + 214 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 13 + 1 + + + ArgumentList.kt + 213 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 214 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 14 + 1 + + + ArgumentList.kt + 221 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 10 + 1 + + + ArgumentList.kt + 223 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 10 + 1 + + + CollectionLiteralInAnnotation.kt + 4 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 8 + 1 + + + CollectionLiteralInAnnotation.kt + 7 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + 1 + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 7 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 8 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 12 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 13 + 1 + + + CollectionLiteralInAnnotation.kt + 11 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 12 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 14 + 1 + + + CollectionLiteralInAnnotation.kt + 16 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 12 + 1 + + + CollectionLiteralInAnnotation.kt + 15 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 16 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 13 + 1 + + + CollectionLiteralInAnnotation.kt + 22 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 11 + 1 + + + CollectionLiteralInAnnotation.kt + 25 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + 1 + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 25 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 26 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 30 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 16 + 1 + + + CollectionLiteralInAnnotation.kt + 29 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 30 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 17 + 1 + + + CollectionLiteralInAnnotation.kt + 34 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 15 + 1 + + + CollectionLiteralInAnnotation.kt + 33 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 34 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 16 + 1 + + + CollectionLiteralInAnnotation.kt + 40 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 14 + 1 + + + CollectionLiteralInAnnotation.kt + 43 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + " + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 43 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 44 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 48 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 13 + 1 + + + CollectionLiteralInAnnotation.kt + 47 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 48 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 14 + 1 + + + CollectionLiteralInAnnotation.kt + 52 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 20 + 1 + + + CollectionLiteralInAnnotation.kt + 51 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 52 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 21 + 1 + + + CollectionLiteralInAnnotation.kt + 55 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + 1 + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 56 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 55 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 56 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 59 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + 1 + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 59 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 60 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 63 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + 1 + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 63 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 64 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 70 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 67 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + / + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 71 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 67 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 71 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 8 + 1 + + + CollectionLiteralInAnnotation.kt + 76 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 10 + 1 + + + CollectionLiteralInAnnotation.kt + 74 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 76 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 11 + 1 + + + CollectionLiteralInAnnotation.kt + 80 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 79 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + 1 + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 80 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 8 + 1 + + + CollectionLiteralInAnnotation.kt + 79 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 80 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 9 + 1 + + + CollectionLiteralInAnnotation.kt + 84 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 83 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + 1 + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 85 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 83 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 85 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 88 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + / + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 88 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 90 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 93 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + " + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 93 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 94 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 98 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 13 + 1 + + + CollectionLiteralInAnnotation.kt + 97 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 98 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 14 + 1 + + + CollectionLiteralInAnnotation.kt + 103 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 101 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 103 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 8 + 1 + DestructuringDeclarationsInLambda.kt 1 testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 46 @@ -17,7 +1829,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 51 @@ -29,7 +1841,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 50 @@ -41,7 +1853,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break x 42 @@ -53,7 +1865,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 46 @@ -65,7 +1877,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 40 @@ -77,7 +1889,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 52 @@ -89,7 +1901,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 46 @@ -101,7 +1913,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 40 @@ -113,7 +1925,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 52 @@ -125,7 +1937,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 45 @@ -137,7 +1949,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 48 @@ -149,7 +1961,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 40 @@ -161,7 +1973,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 54 @@ -173,7 +1985,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 3 @@ -185,7 +1997,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break x 42 @@ -197,7 +2009,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 4 @@ -209,7 +2021,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 40 @@ -221,7 +2033,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 10 @@ -233,7 +2045,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 50 @@ -245,7 +2057,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 54 @@ -257,7 +2069,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break x 42 @@ -269,7 +2081,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 2 @@ -281,7 +2093,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 40 @@ -293,7 +2105,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 8 @@ -305,7 +2117,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 2 @@ -317,7 +2129,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break / 42 @@ -329,7 +2141,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 2 @@ -341,7 +2153,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 40 @@ -353,7 +2165,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 8 @@ -365,7 +2177,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 2 @@ -377,7 +2189,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break / 9 @@ -389,7 +2201,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 2 @@ -401,7 +2213,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 11 @@ -413,7 +2225,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 46 @@ -425,7 +2237,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 40 @@ -437,19 +2249,763 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 44 1 + + IndicesAccess.kt + 2 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 3 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 24 + 1 + + + IndicesAccess.kt + 9 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 12 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 16 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 20 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 14 + 1 + + + IndicesAccess.kt + 26 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 19 + 1 + + + IndicesAccess.kt + 30 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 31 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 39 + 1 + + + IndicesAccess.kt + 33 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + IndicesAccess.kt + 35 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 51 + 1 + + + IndicesAccess.kt + 39 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + " + 16 + 1 + + + IndicesAccess.kt + 43 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 5 + 1 + + + IndicesAccess.kt + 47 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 51 + 1 + + + IndicesAccess.kt + 49 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + C + 16 + 1 + + + IndicesAccess.kt + 50 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 33 + 1 + + + IndicesAccess.kt + 52 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + C + 16 + 1 + + + IndicesAccess.kt + 60 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 43 + 1 + + + IndicesAccess.kt + 64 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + " + 16 + 1 + + + IndicesAccess.kt + 68 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 17 + 1 + + + IndicesAccess.kt + 72 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 42 + 1 + + + IndicesAccess.kt + 75 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 12 + 1 + + + IndicesAccess.kt + 74 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + { + 16 + 1 + + + IndicesAccess.kt + 75 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 13 + 1 + + + IndicesAccess.kt + 77 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + { + 16 + 1 + + + IndicesAccess.kt + 81 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 34 + 1 + + + IndicesAccess.kt + 85 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + " + 16 + 1 + + + IndicesAccess.kt + 89 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 5 + 1 + + + IndicesAccess.kt + 91 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 107 + 1 + + + IndicesAccess.kt + 95 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 90 + 1 + + + IndicesAccess.kt + 97 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + o + 16 + 1 + + + IndicesAccess.kt + 105 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 82 + 1 + + + IndicesAccess.kt + 110 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 6 + 1 + + + IndicesAccess.kt + 113 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + / + 13 + 1 + + + IndicesAccess.kt + 117 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 17 + 1 + + + IndicesAccess.kt + 119 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 120 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 6 + 1 + + + IndicesAccess.kt + 122 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 125 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 131 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 134 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + + 13 + 1 + + + IndicesAccess.kt + 138 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 19 + 1 + + + IndicesAccess.kt + 141 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 8 + 1 + + + IndicesAccess.kt + 140 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 144 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 147 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + + 13 + 1 + + + IndicesAccess.kt + 151 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 19 + 1 + + + IndicesAccess.kt + 153 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 154 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 34 + 1 + + + IndicesAccess.kt + 156 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + IndicesAccess.kt + 158 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + IndicesAccess.kt + 160 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + IndicesAccess.kt + 161 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 7 + 1 + + + IndicesAccess.kt + 160 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 161 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 14 + 1 + + + IndicesAccess.kt + 163 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 51 + 1 + + + IndicesAccess.kt + 165 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 51 + 1 + + + IndicesAccess.kt + 165 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 166 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 12 + 1 + + + IndicesAccess.kt + 168 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + " + 16 + 1 + + + IndicesAccess.kt + 172 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 5 + 1 + + + IndicesAccess.kt + 174 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + C + 16 + 1 + LambdaParameterList.kt 12 testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break x 9 @@ -461,7 +3017,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 8 @@ -473,7 +3029,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 38 @@ -485,7 +3041,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -497,7 +3053,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 5 @@ -509,7 +3065,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 14 @@ -521,7 +3077,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -533,7 +3089,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 5 @@ -545,7 +3101,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 13 @@ -557,7 +3113,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -569,7 +3125,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 5 @@ -581,7 +3137,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 17 @@ -593,7 +3149,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -605,7 +3161,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 8 @@ -617,7 +3173,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -629,7 +3185,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 8 @@ -641,7 +3197,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break x 9 @@ -653,7 +3209,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -665,7 +3221,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 9 @@ -677,7 +3233,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 17 @@ -689,7 +3245,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -701,7 +3257,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 8 @@ -713,7 +3269,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -725,7 +3281,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 8 @@ -737,7 +3293,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 76 @@ -749,7 +3305,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break y 12 @@ -761,7 +3317,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 45 @@ -773,7 +3329,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break y 12 @@ -785,7 +3341,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 41 @@ -797,7 +3353,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break y 12 @@ -809,7 +3365,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 6 @@ -821,7 +3377,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break y 12 @@ -833,7 +3389,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 6 @@ -845,7 +3401,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 49 @@ -857,7 +3413,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break y 12 @@ -869,7 +3425,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 12 @@ -881,7 +3437,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 43 @@ -893,7 +3449,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 13 @@ -905,7 +3461,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 10 @@ -917,7 +3473,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break a 9 @@ -929,7 +3485,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break a 9 @@ -941,7 +3497,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 10 @@ -953,7 +3509,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 10 @@ -965,7 +3521,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break a 9 @@ -977,7 +3533,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break a 9 @@ -989,7 +3545,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 9 @@ -1001,7 +3557,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break a 9 @@ -1013,7 +3569,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break a 9 @@ -1025,7 +3581,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 17 @@ -1037,7 +3593,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 21 @@ -1049,7 +3605,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 14 @@ -1061,7 +3617,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 10 @@ -1073,7 +3629,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break a 9 @@ -1085,7 +3641,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break a 9 @@ -1097,7 +3653,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break a 9 @@ -1109,7 +3665,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break a 9 @@ -1121,7 +3677,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 17 @@ -1133,7 +3689,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 8 @@ -1145,7 +3701,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break a 9 @@ -1157,7 +3713,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 10 @@ -1169,7 +3725,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 12 @@ -1181,7 +3737,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break a 9 @@ -1193,7 +3749,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 18 @@ -1205,7 +3761,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 8 @@ -1217,7 +3773,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 9 @@ -1229,7 +3785,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 18 @@ -1241,7 +3797,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 8 @@ -1253,7 +3809,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 9 @@ -1265,7 +3821,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 25 @@ -1277,7 +3833,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 18 @@ -1289,7 +3845,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 8 @@ -1301,7 +3857,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 9 @@ -1313,7 +3869,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 29 @@ -1325,7 +3881,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 28 @@ -1337,7 +3893,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 18 @@ -1349,7 +3905,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -1361,7 +3917,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 5 @@ -1373,7 +3929,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 18 @@ -1385,7 +3941,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -1397,7 +3953,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 5 @@ -1409,7 +3965,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 18 @@ -1421,7 +3977,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -1433,7 +3989,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 5 @@ -1445,7 +4001,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 21 @@ -1457,7 +4013,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -1469,7 +4025,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 8 @@ -1481,7 +4037,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -1493,7 +4049,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 8 @@ -1505,7 +4061,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 30 @@ -1517,7 +4073,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 52 @@ -1529,7 +4085,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break x 17 @@ -1541,7 +4097,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 17 @@ -1553,7 +4109,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break x 17 @@ -1565,7 +4121,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 18 @@ -1577,7 +4133,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 14 @@ -1589,7 +4145,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -1601,7 +4157,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 5 @@ -1613,7 +4169,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 14 @@ -1625,7 +4181,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -1637,7 +4193,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 5 @@ -1649,7 +4205,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 14 @@ -1661,7 +4217,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -1673,7 +4229,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 5 @@ -1685,7 +4241,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -1697,7 +4253,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break x 7 @@ -1709,7 +4265,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 20 @@ -1721,7 +4277,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -1733,7 +4289,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 8 @@ -1745,7 +4301,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 14 @@ -1757,7 +4313,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 21 @@ -1769,7 +4325,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -1781,7 +4337,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 8 @@ -1793,7 +4349,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -1805,19 +4361,559 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 8 1 + + TypeArgumentList.kt + 3 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + t + 22 + 1 + + + TypeArgumentList.kt + 2 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 10 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 11 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 24 + 1 + + + TypeArgumentList.kt + 17 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 20 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 24 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 28 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 14 + 1 + + + TypeArgumentList.kt + 34 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 19 + 1 + + + TypeArgumentList.kt + 38 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 56 + 1 + + + TypeArgumentList.kt + 41 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 12 + 1 + + + TypeArgumentList.kt + 40 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 41 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 13 + 1 + + + TypeArgumentList.kt + 43 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + TypeArgumentList.kt + 45 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 48 + 1 + + + TypeArgumentList.kt + 50 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 6 + 1 + + + TypeArgumentList.kt + 53 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + / + 13 + 1 + + + TypeArgumentList.kt + 57 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 17 + 1 + + + TypeArgumentList.kt + 59 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 60 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 6 + 1 + + + TypeArgumentList.kt + 62 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 65 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 71 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 74 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + + 13 + 1 + + + TypeArgumentList.kt + 78 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 19 + 1 + + + TypeArgumentList.kt + 81 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 8 + 1 + + + TypeArgumentList.kt + 80 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 84 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 87 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + + 13 + 1 + + + TypeArgumentList.kt + 91 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 19 + 1 + + + TypeArgumentList.kt + 93 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 94 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 6 + 1 + + + TypeArgumentList.kt + 97 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 23 + 1 + + + TypeArgumentList.kt + 99 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 100 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 34 + 1 + + + TypeArgumentList.kt + 102 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + TypeArgumentList.kt + 104 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + TypeArgumentList.kt + 106 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + TypeArgumentList.kt + 107 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 7 + 1 + + + TypeArgumentList.kt + 106 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 107 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 14 + 1 + + + TypeArgumentList.kt + 109 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 51 + 1 + + + TypeArgumentList.kt + 111 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 51 + 1 + + + TypeArgumentList.kt + 111 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 112 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 12 + 1 + TypeParameterList.kt 8 testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break x 9 @@ -1829,7 +4925,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 8 @@ -1841,7 +4937,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 14 @@ -1853,7 +4949,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -1865,7 +4961,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 5 @@ -1877,7 +4973,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 14 @@ -1889,7 +4985,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -1901,7 +4997,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 5 @@ -1913,7 +5009,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 14 @@ -1925,7 +5021,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -1937,7 +5033,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 5 @@ -1949,7 +5045,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 17 @@ -1961,7 +5057,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -1973,7 +5069,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 8 @@ -1985,7 +5081,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -1997,7 +5093,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 8 @@ -2009,7 +5105,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break x 5 @@ -2021,7 +5117,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break x 5 @@ -2033,7 +5129,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 14 @@ -2045,7 +5141,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -2057,7 +5153,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 5 @@ -2069,7 +5165,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 14 @@ -2081,7 +5177,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -2093,7 +5189,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 5 @@ -2105,7 +5201,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 14 @@ -2117,7 +5213,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -2129,7 +5225,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 5 @@ -2141,7 +5237,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -2153,7 +5249,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break x 5 @@ -2165,7 +5261,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 20 @@ -2177,7 +5273,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -2189,7 +5285,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 8 @@ -2201,7 +5297,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 6 @@ -2213,7 +5309,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 9 @@ -2225,7 +5321,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -2237,7 +5333,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 9 @@ -2249,7 +5345,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 17 @@ -2261,7 +5357,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -2273,7 +5369,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 8 @@ -2285,7 +5381,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -2297,7 +5393,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 8 @@ -2309,7 +5405,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -2321,7 +5417,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 9 @@ -2333,7 +5429,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 31 @@ -2345,7 +5441,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 8 @@ -2357,7 +5453,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 9 @@ -2369,7 +5465,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -2381,7 +5477,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 12 @@ -2393,7 +5489,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -2405,7 +5501,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 8 @@ -2417,7 +5513,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 44 @@ -2429,7 +5525,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 43 @@ -2441,7 +5537,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 45 @@ -2453,7 +5549,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 9 @@ -2465,7 +5561,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 15 @@ -2477,7 +5573,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 15 diff --git a/idea/testData/inspections/trailingCommaOnWithCodeStyle/inspectionData/expected.xml b/idea/testData/inspections/trailingCommaOnWithCodeStyle/inspectionData/expected.xml index c69ca93f15c..42cdfcae924 100644 --- a/idea/testData/inspections/trailingCommaOnWithCodeStyle/inspectionData/expected.xml +++ b/idea/testData/inspections/trailingCommaOnWithCodeStyle/inspectionData/expected.xml @@ -1,11 +1,1415 @@ + + ArgumentList.kt + 2 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 3 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 19 + 1 + + + ArgumentList.kt + 3 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 18 + 1 + + + ArgumentList.kt + 6 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 42 + 1 + + + ArgumentList.kt + 9 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 9 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 47 + 1 + + + ArgumentList.kt + 12 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 13 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 10 + 1 + + + ArgumentList.kt + 16 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 16 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + o + 18 + 1 + + + ArgumentList.kt + 20 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 14 + 1 + + + ArgumentList.kt + 20 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + o + 13 + 1 + + + ArgumentList.kt + 23 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + o + 13 + 1 + + + ArgumentList.kt + 26 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 19 + 1 + + + ArgumentList.kt + 30 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 56 + 1 + + + ArgumentList.kt + 32 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + ArgumentList.kt + 34 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 51 + 1 + + + ArgumentList.kt + 38 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + " + 16 + 1 + + + ArgumentList.kt + 42 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 5 + 1 + + + ArgumentList.kt + 42 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 4 + 1 + + + ArgumentList.kt + 46 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 51 + 1 + + + ArgumentList.kt + 48 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + C + 16 + 1 + + + ArgumentList.kt + 48 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 50 + 1 + + + ArgumentList.kt + 56 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 43 + 1 + + + ArgumentList.kt + 56 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 42 + 1 + + + ArgumentList.kt + 60 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + " + 16 + 1 + + + ArgumentList.kt + 64 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 5 + 1 + + + ArgumentList.kt + 64 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 4 + 1 + + + ArgumentList.kt + 68 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 42 + 1 + + + ArgumentList.kt + 70 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + { + 16 + 1 + + + ArgumentList.kt + 70 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 41 + 1 + + + ArgumentList.kt + 78 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 34 + 1 + + + ArgumentList.kt + 78 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 33 + 1 + + + ArgumentList.kt + 82 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + " + 16 + 1 + + + ArgumentList.kt + 86 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 5 + 1 + + + ArgumentList.kt + 86 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 4 + 1 + + + ArgumentList.kt + 90 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 48 + 1 + + + ArgumentList.kt + 92 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 16 + 1 + + + ArgumentList.kt + 92 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 47 + 1 + + + ArgumentList.kt + 100 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 40 + 1 + + + ArgumentList.kt + 100 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 39 + 1 + + + ArgumentList.kt + 104 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + " + 16 + 1 + + + ArgumentList.kt + 108 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 5 + 1 + + + ArgumentList.kt + 108 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 4 + 1 + + + ArgumentList.kt + 110 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + " + 16 + 1 + + + ArgumentList.kt + 112 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 5 + 1 + + + ArgumentList.kt + 112 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 4 + 1 + + + ArgumentList.kt + 116 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 90 + 1 + + + ArgumentList.kt + 118 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + o + 16 + 1 + + + ArgumentList.kt + 118 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 89 + 1 + + + ArgumentList.kt + 126 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 82 + 1 + + + ArgumentList.kt + 126 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 81 + 1 + + + ArgumentList.kt + 131 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 6 + 1 + + + ArgumentList.kt + 131 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + o + 16 + 1 + + + ArgumentList.kt + 134 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + / + 13 + 1 + + + ArgumentList.kt + 138 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 19 + 1 + + + ArgumentList.kt + 138 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 18 + 1 + + + ArgumentList.kt + 140 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 141 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 6 + 1 + + + ArgumentList.kt + 140 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 47 + 1 + + + ArgumentList.kt + 143 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 143 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 47 + 1 + + + ArgumentList.kt + 146 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 149 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 10 + 1 + + + ArgumentList.kt + 152 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 152 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + o + 18 + 1 + + + ArgumentList.kt + 155 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + + 13 + 1 + + + ArgumentList.kt + 156 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + o + 13 + 1 + + + ArgumentList.kt + 159 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 19 + 1 + + + ArgumentList.kt + 162 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 8 + 1 + + + ArgumentList.kt + 161 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 162 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 18 + 1 + + + ArgumentList.kt + 165 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 165 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + o + 18 + 1 + + + ArgumentList.kt + 168 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + + 13 + 1 + + + ArgumentList.kt + 169 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + o + 13 + 1 + + + ArgumentList.kt + 172 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 19 + 1 + + + ArgumentList.kt + 174 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 175 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 34 + 1 + + + ArgumentList.kt + 177 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + ArgumentList.kt + 179 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + ArgumentList.kt + 181 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + ArgumentList.kt + 182 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 7 + 1 + + + ArgumentList.kt + 181 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 182 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 14 + 1 + + + ArgumentList.kt + 182 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + a + 13 + 1 + + + ArgumentList.kt + 184 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 51 + 1 + + + ArgumentList.kt + 186 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 51 + 1 + + + ArgumentList.kt + 186 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 187 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 12 + 1 + + + ArgumentList.kt + 187 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + a + 11 + 1 + + + ArgumentList.kt + 189 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + " + 16 + 1 + + + ArgumentList.kt + 193 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 5 + 1 + + + ArgumentList.kt + 193 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 4 + 1 + + + ArgumentList.kt + 195 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + C + 16 + 1 + + + ArgumentList.kt + 195 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 50 + 1 + + + ArgumentList.kt + 198 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + o + 16 + 1 + + + ArgumentList.kt + 199 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 6 + 1 + + + ArgumentList.kt + 201 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 16 + 1 + + + ArgumentList.kt + 202 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 6 + 1 + + + ArgumentList.kt + 204 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + { + 16 + 1 + + + ArgumentList.kt + 205 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 33 + 1 + + + ArgumentList.kt + 208 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 8 + 1 + + + ArgumentList.kt + 207 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + C + 16 + 1 + + + ArgumentList.kt + 208 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 9 + 1 + + + ArgumentList.kt + 211 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 15 + 1 + + + ArgumentList.kt + 210 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + t + 30 + 1 + + + ArgumentList.kt + 211 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 16 + 1 + + + ArgumentList.kt + 211 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + ) + 15 + 1 + + + ArgumentList.kt + 210 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 211 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 25 + 1 + + + ArgumentList.kt + 211 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + a + 24 + 1 + + + ArgumentList.kt + 214 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 8 + 1 + + + ArgumentList.kt + 213 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 214 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 9 + 1 + + + ArgumentList.kt + 221 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 10 + 1 + + + ArgumentList.kt + 223 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 10 + 1 + DestructuringDeclarationsInLambda.kt 1 testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 46 @@ -17,7 +1421,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 51 @@ -29,7 +1433,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 50 @@ -41,7 +1445,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break x 42 @@ -53,7 +1457,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 46 @@ -65,7 +1469,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma y 45 @@ -77,7 +1481,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 40 @@ -89,7 +1493,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 52 @@ -101,7 +1505,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 46 @@ -113,7 +1517,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma y 45 @@ -125,7 +1529,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 40 @@ -137,7 +1541,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 52 @@ -149,7 +1553,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 45 @@ -161,7 +1565,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 48 @@ -173,7 +1577,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 40 @@ -185,7 +1589,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 54 @@ -197,7 +1601,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 3 @@ -209,7 +1613,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break x 42 @@ -221,7 +1625,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 4 @@ -233,7 +1637,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 40 @@ -245,7 +1649,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 10 @@ -257,7 +1661,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 50 @@ -269,7 +1673,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 54 @@ -281,7 +1685,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break x 42 @@ -293,7 +1697,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 2 @@ -305,7 +1709,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma y 45 @@ -317,7 +1721,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 40 @@ -329,7 +1733,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 8 @@ -341,7 +1745,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 2 @@ -353,7 +1757,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break / 42 @@ -365,7 +1769,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 2 @@ -377,7 +1781,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma y 45 @@ -389,7 +1793,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 40 @@ -401,7 +1805,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 8 @@ -413,7 +1817,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 2 @@ -425,7 +1829,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break / 9 @@ -437,7 +1841,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 2 @@ -449,7 +1853,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma y 45 @@ -461,7 +1865,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 11 @@ -473,7 +1877,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 46 @@ -485,7 +1889,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 40 @@ -497,2839 +1901,7 @@ testProject light_idea_test_case - Trailing comma recommendations - Missing line break - - - 44 - 1 - - - LambdaParameterList.kt - 12 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - x - 9 - 1 - - - LambdaParameterList.kt - 13 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - - - 8 - 1 - - - LambdaParameterList.kt - 13 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 7 - 1 - - - LambdaParameterList.kt - 19 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 12 - 1 - - - LambdaParameterList.kt - 26 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - - - 38 - 1 - - - LambdaParameterList.kt - 33 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - LambdaParameterList.kt - 33 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - - - 5 - 1 - - - LambdaParameterList.kt - 48 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 12 - 1 - - - LambdaParameterList.kt - 56 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - - - 14 - 1 - - - LambdaParameterList.kt - 64 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - LambdaParameterList.kt - 64 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - - - 5 - 1 - - - LambdaParameterList.kt - 75 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 12 - 1 - - - LambdaParameterList.kt - 81 - testProject - light_idea_test_case - - Trailing comma recommendations - Useless trailing comma - , - 13 - 1 - - - LambdaParameterList.kt - 87 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - LambdaParameterList.kt - 87 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - - - 5 - 1 - - - LambdaParameterList.kt - 100 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 12 - 1 - - - LambdaParameterList.kt - 108 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - - - 17 - 1 - - - LambdaParameterList.kt - 115 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - LambdaParameterList.kt - 115 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - - - 8 - 1 - - - LambdaParameterList.kt - 122 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - LambdaParameterList.kt - 122 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - - - 8 - 1 - - - LambdaParameterList.kt - 127 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 34 - 1 - - - LambdaParameterList.kt - 139 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - x - 9 - 1 - - - LambdaParameterList.kt - 146 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - t - 9 - 1 - - - LambdaParameterList.kt - 153 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - LambdaParameterList.kt - 153 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 20 - 1 - - - LambdaParameterList.kt - 160 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 9 - 1 - - - LambdaParameterList.kt - 160 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 25 - 1 - - - LambdaParameterList.kt - 168 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - - - 17 - 1 - - - LambdaParameterList.kt - 175 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - LambdaParameterList.kt - 175 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - - - 8 - 1 - - - LambdaParameterList.kt - 182 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - LambdaParameterList.kt - 182 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - - - 8 - 1 - - - LambdaParameterList.kt - 187 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 34 - 1 - - - LambdaValueParameters.kt - 4 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - > - 36 - 1 - - - LambdaValueParameters.kt - 11 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - > - 36 - 1 - - - LambdaValueParameters.kt - 20 - testProject - light_idea_test_case - - Trailing comma recommendations - Useless trailing comma - , - 76 - 1 - - - LambdaValueParameters.kt - 24 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - y - 12 - 1 - - - LambdaValueParameters.kt - 33 - testProject - light_idea_test_case - - Trailing comma recommendations - Useless trailing comma - , - 45 - 1 - - - LambdaValueParameters.kt - 37 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - y - 12 - 1 - - - LambdaValueParameters.kt - 37 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - > - 44 - 1 - - - LambdaValueParameters.kt - 43 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 41 - 1 - - - LambdaValueParameters.kt - 43 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - > - 40 - 1 - - - LambdaValueParameters.kt - 49 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - > - 36 - 1 - - - LambdaValueParameters.kt - 54 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - y - 12 - 1 - - - LambdaValueParameters.kt - 54 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - > - 75 - 1 - - - LambdaValueParameters.kt - 61 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 6 - 1 - - - LambdaValueParameters.kt - 60 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - y - 12 - 1 - - - LambdaValueParameters.kt - 62 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 6 - 1 - - - LambdaValueParameters.kt - 70 - testProject - light_idea_test_case - - Trailing comma recommendations - Useless trailing comma - , - 49 - 1 - - - LambdaValueParameters.kt - 74 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - y - 12 - 1 - - - LambdaValueParameters.kt - 74 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - > - 44 - 1 - - - LambdaValueParameters.kt - 79 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - - 12 - 1 - - - LambdaValueParameters.kt - 80 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 43 - 1 - - - LambdaValueParameters.kt - 80 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - > - 42 - 1 - - - MultiVariableDeclaration.kt - 12 - testProject - light_idea_test_case - - Trailing comma recommendations - Useless trailing comma - , - 13 - 1 - - - MultiVariableDeclaration.kt - 14 - testProject - light_idea_test_case - - Trailing comma recommendations - Useless trailing comma - , - 10 - 1 - - - MultiVariableDeclaration.kt - 17 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - a - 9 - 1 - - - MultiVariableDeclaration.kt - 21 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - a - 9 - 1 - - - MultiVariableDeclaration.kt - 21 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - a - 9 - 1 - - - MultiVariableDeclaration.kt - 25 - testProject - light_idea_test_case - - Trailing comma recommendations - Useless trailing comma - , - 10 - 1 - - - MultiVariableDeclaration.kt - 28 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 10 - 1 - - - MultiVariableDeclaration.kt - 30 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - a - 9 - 1 - - - MultiVariableDeclaration.kt - 30 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - b - 12 - 1 - - - MultiVariableDeclaration.kt - 33 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - a - 9 - 1 - - - MultiVariableDeclaration.kt - 34 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 9 - 1 - - - MultiVariableDeclaration.kt - 34 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - b - 8 - 1 - - - MultiVariableDeclaration.kt - 37 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - b - 11 - 1 - - - MultiVariableDeclaration.kt - 44 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - a - 9 - 1 - - - MultiVariableDeclaration.kt - 45 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - f - 11 - 1 - - - MultiVariableDeclaration.kt - 48 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - a - 9 - 1 - - - MultiVariableDeclaration.kt - 61 - testProject - light_idea_test_case - - Trailing comma recommendations - Useless trailing comma - , - 17 - 1 - - - MultiVariableDeclaration.kt - 63 - testProject - light_idea_test_case - - Trailing comma recommendations - Useless trailing comma - , - 21 - 1 - - - MultiVariableDeclaration.kt - 65 - testProject - light_idea_test_case - - Trailing comma recommendations - Useless trailing comma - , - 14 - 1 - - - MultiVariableDeclaration.kt - 68 - testProject - light_idea_test_case - - Trailing comma recommendations - Useless trailing comma - , - 10 - 1 - - - MultiVariableDeclaration.kt - 70 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - a - 9 - 1 - - - MultiVariableDeclaration.kt - 70 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - b - 12 - 1 - - - MultiVariableDeclaration.kt - 73 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - a - 9 - 1 - - - MultiVariableDeclaration.kt - 73 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - b - 12 - 1 - - - MultiVariableDeclaration.kt - 76 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - a - 9 - 1 - - - MultiVariableDeclaration.kt - 76 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - b - 16 - 1 - - - MultiVariableDeclaration.kt - 79 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - a - 9 - 1 - - - MultiVariableDeclaration.kt - 80 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 17 - 1 - - - MultiVariableDeclaration.kt - 80 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - b - 16 - 1 - - - MultiVariableDeclaration.kt - 84 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 8 - 1 - - - MultiVariableDeclaration.kt - 83 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - b - 11 - 1 - - - MultiVariableDeclaration.kt - 90 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - a - 9 - 1 - - - MultiVariableDeclaration.kt - 93 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 10 - 1 - - - MultiVariableDeclaration.kt - 91 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - f - 11 - 1 - - - MultiVariableDeclaration.kt - 97 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 12 - 1 - - - MultiVariableDeclaration.kt - 95 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - a - 9 - 1 - - - ParameterList.kt - 20 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 16 - 1 - - - ParameterList.kt - 33 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 18 - 1 - - - ParameterList.kt - 46 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 8 - 1 - - - ParameterList.kt - 46 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 9 - 1 - - - ParameterList.kt - 76 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 16 - 1 - - - ParameterList.kt - 92 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 18 - 1 - - - ParameterList.kt - 108 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 8 - 1 - - - ParameterList.kt - 108 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 9 - 1 - - - ParameterList.kt - 118 - testProject - light_idea_test_case - - Trailing comma recommendations - Useless trailing comma - , - 25 - 1 - - - ParameterList.kt - 135 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 18 - 1 - - - ParameterList.kt - 145 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 8 - 1 - - - ParameterList.kt - 145 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 9 - 1 - - - ParameterList.kt - 157 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 29 - 1 - - - ParameterList.kt - 171 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 28 - 1 - - - ParameterList.kt - 171 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 27 - 1 - - - ParameterList.kt - 184 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 16 - 1 - - - ParameterList.kt - 189 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 18 - 1 - - - ParameterList.kt - 194 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - ParameterList.kt - 194 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 5 - 1 - - - ParameterList.kt - 205 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 16 - 1 - - - ParameterList.kt - 211 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 18 - 1 - - - ParameterList.kt - 217 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - ParameterList.kt - 217 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 5 - 1 - - - ParameterList.kt - 224 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 16 - 1 - - - ParameterList.kt - 228 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 18 - 1 - - - ParameterList.kt - 232 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - ParameterList.kt - 232 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 5 - 1 - - - ParameterList.kt - 243 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 16 - 1 - - - ParameterList.kt - 249 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 21 - 1 - - - ParameterList.kt - 255 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - ParameterList.kt - 255 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 8 - 1 - - - ParameterList.kt - 260 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - ParameterList.kt - 260 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 8 - 1 - - - ParameterList.kt - 263 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 46 - 1 - - - ParameterList.kt - 269 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - 2 - 9 - 1 - - - ParameterList.kt - 279 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - y - 4 - 1 - - - ParameterList.kt - 295 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - x - 4 - 1 - - - ParameterList.kt - 298 - testProject - light_idea_test_case - - Trailing comma recommendations - Useless trailing comma - , - 30 - 1 - - - ParameterList.kt - 302 - testProject - light_idea_test_case - - Trailing comma recommendations - Useless trailing comma - , - 52 - 1 - - - ParameterList.kt - 315 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - t - 9 - 1 - - - ParameterList.kt - 321 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - t - 9 - 1 - - - ParameterList.kt - 334 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - x - 17 - 1 - - - ParameterList.kt - 338 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 17 - 1 - - - ParameterList.kt - 337 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - x - 17 - 1 - - - ParameterList.kt - 338 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 18 - 1 - - - ParameterList.kt - 347 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 12 - 1 - - - ParameterList.kt - 352 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 14 - 1 - - - ParameterList.kt - 357 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - ParameterList.kt - 357 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 5 - 1 - - - ParameterList.kt - 368 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 12 - 1 - - - ParameterList.kt - 374 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 14 - 1 - - - ParameterList.kt - 380 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - ParameterList.kt - 380 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 5 - 1 - - - ParameterList.kt - 387 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 12 - 1 - - - ParameterList.kt - 391 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 14 - 1 - - - ParameterList.kt - 395 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - ParameterList.kt - 395 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 5 - 1 - - - ParameterList.kt - 399 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - ParameterList.kt - 407 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 12 - 1 - - - ParameterList.kt - 410 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - x - 7 - 1 - - - ParameterList.kt - 412 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 20 - 1 - - - ParameterList.kt - 418 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - ParameterList.kt - 418 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 8 - 1 - - - ParameterList.kt - 422 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - 2 - 9 - 1 - - - ParameterList.kt - 428 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - 2 - 9 - 1 - - - ParameterList.kt - 433 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 28 - 1 - - - ParameterList.kt - 438 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 14 - 1 - - - ParameterList.kt - 438 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 34 - 1 - - - ParameterList.kt - 444 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 21 - 1 - - - ParameterList.kt - 449 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - ParameterList.kt - 449 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 8 - 1 - - - ParameterList.kt - 454 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - ParameterList.kt - 454 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 8 - 1 - - - ParameterList.kt - 457 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 46 - 1 - - - TypeParameterList.kt - 8 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - x - 9 - 1 - - - TypeParameterList.kt - 9 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 8 - 1 - - - TypeParameterList.kt - 9 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 7 - 1 - - - TypeParameterList.kt - 13 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 12 - 1 - - - TypeParameterList.kt - 18 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 14 - 1 - - - TypeParameterList.kt - 23 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - TypeParameterList.kt - 23 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 5 - 1 - - - TypeParameterList.kt - 34 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 12 - 1 - - - TypeParameterList.kt - 40 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 14 - 1 - - - TypeParameterList.kt - 46 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - TypeParameterList.kt - 46 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 5 - 1 - - - TypeParameterList.kt - 53 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 12 - 1 - - - TypeParameterList.kt - 57 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 14 - 1 - - - TypeParameterList.kt - 61 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - TypeParameterList.kt - 61 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 5 - 1 - - - TypeParameterList.kt - 72 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 12 - 1 - - - TypeParameterList.kt - 78 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 17 - 1 - - - TypeParameterList.kt - 84 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - TypeParameterList.kt - 84 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 8 - 1 - - - TypeParameterList.kt - 89 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - TypeParameterList.kt - 89 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 8 - 1 - - - TypeParameterList.kt - 92 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 34 - 1 - - - TypeParameterList.kt - 96 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - v - 15 - 1 - - - TypeParameterList.kt - 100 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - x - 5 - 1 - - - TypeParameterList.kt - 104 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - x - 5 - 1 - - - TypeParameterList.kt - 105 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 12 - 1 - - - TypeParameterList.kt - 110 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 14 - 1 - - - TypeParameterList.kt - 115 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - TypeParameterList.kt - 115 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 5 - 1 - - - TypeParameterList.kt - 126 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 12 - 1 - - - TypeParameterList.kt - 132 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 14 - 1 - - - TypeParameterList.kt - 138 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - TypeParameterList.kt - 138 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 5 - 1 - - - TypeParameterList.kt - 145 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 12 - 1 - - - TypeParameterList.kt - 149 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 14 - 1 - - - TypeParameterList.kt - 153 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - TypeParameterList.kt - 153 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 5 - 1 - - - TypeParameterList.kt - 157 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - TypeParameterList.kt - 165 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 12 - 1 - - - TypeParameterList.kt - 168 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - x - 5 - 1 - - - TypeParameterList.kt - 170 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 20 - 1 - - - TypeParameterList.kt - 176 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - TypeParameterList.kt - 176 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 8 - 1 - - - TypeParameterList.kt - 179 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - x - 4 - 1 - - - TypeParameterList.kt - 187 - testProject - light_idea_test_case - - Trailing comma recommendations - Useless trailing comma - , - 6 - 1 - - - TypeParameterList.kt - 192 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 9 - 1 - - - TypeParameterList.kt - 192 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - T - 8 - 1 - - - TypeParameterList.kt - 197 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - t - 9 - 1 - - - TypeParameterList.kt - 202 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - TypeParameterList.kt - 202 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 20 - 1 - - - TypeParameterList.kt - 207 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 9 - 1 - - - TypeParameterList.kt - 207 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 25 - 1 - - - TypeParameterList.kt - 213 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 17 - 1 - - - TypeParameterList.kt - 218 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - TypeParameterList.kt - 218 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 8 - 1 - - - TypeParameterList.kt - 223 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - TypeParameterList.kt - 223 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 8 - 1 - - - TypeParameterList.kt - 226 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 34 - 1 - - - TypeParameterList.kt - 230 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - t - 9 - 1 - - - TypeParameterList.kt - 235 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - TypeParameterList.kt - 235 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 20 - 1 - - - TypeParameterList.kt - 240 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 9 - 1 - - - TypeParameterList.kt - 240 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 31 - 1 - - - TypeParameterList.kt - 247 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 8 - 1 - - - TypeParameterList.kt - 247 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 9 - 1 - - - TypeParameterList.kt - 252 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - TypeParameterList.kt - 252 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 12 - 1 - - - TypeParameterList.kt - 257 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - TypeParameterList.kt - 257 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 8 - 1 - - - TypeParameterList.kt - 260 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 34 - 1 - - - WhenEntry.kt - 15 - testProject - light_idea_test_case - - Trailing comma recommendations + Trailing comma recommendations Missing line break - 44 @@ -3341,7 +1913,19 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations + Missing line break + - + 44 + 1 + + + WhenEntry.kt + 15 + testProject + light_idea_test_case + + Trailing comma recommendations Missing trailing comma s 20 @@ -3353,7 +1937,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 43 @@ -3365,7 +1949,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 45 @@ -3377,7 +1961,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 9 @@ -3389,7 +1973,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma 1 8 @@ -3401,7 +1985,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 15 @@ -3413,7 +1997,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma 3 8 @@ -3425,7 +2009,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 15 @@ -3437,10 +2021,5986 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma 3 8 1 + + LambdaValueParameters.kt + 4 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + > + 36 + 1 + + + LambdaValueParameters.kt + 11 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + > + 36 + 1 + + + LambdaValueParameters.kt + 20 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 76 + 1 + + + LambdaValueParameters.kt + 24 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + y + 12 + 1 + + + LambdaValueParameters.kt + 33 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + LambdaValueParameters.kt + 37 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + y + 12 + 1 + + + LambdaValueParameters.kt + 37 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + > + 44 + 1 + + + LambdaValueParameters.kt + 43 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 41 + 1 + + + LambdaValueParameters.kt + 43 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + > + 40 + 1 + + + LambdaValueParameters.kt + 49 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + > + 36 + 1 + + + LambdaValueParameters.kt + 54 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + y + 12 + 1 + + + LambdaValueParameters.kt + 54 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + > + 75 + 1 + + + LambdaValueParameters.kt + 61 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 6 + 1 + + + LambdaValueParameters.kt + 60 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + y + 12 + 1 + + + LambdaValueParameters.kt + 62 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 6 + 1 + + + LambdaValueParameters.kt + 70 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 49 + 1 + + + LambdaValueParameters.kt + 74 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + y + 12 + 1 + + + LambdaValueParameters.kt + 74 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + > + 44 + 1 + + + LambdaValueParameters.kt + 79 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + + 12 + 1 + + + LambdaValueParameters.kt + 80 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 43 + 1 + + + LambdaValueParameters.kt + 80 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + > + 42 + 1 + + + Enum.kt + 24 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + 1 + 8 + 1 + + + Enum.kt + 30 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + 1 + 8 + 1 + + + Enum.kt + 36 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + 1 + 8 + 1 + + + ParameterList.kt + 20 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 16 + 1 + + + ParameterList.kt + 33 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 18 + 1 + + + ParameterList.kt + 46 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 8 + 1 + + + ParameterList.kt + 46 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 9 + 1 + + + ParameterList.kt + 76 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 16 + 1 + + + ParameterList.kt + 92 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 18 + 1 + + + ParameterList.kt + 108 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 8 + 1 + + + ParameterList.kt + 108 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 9 + 1 + + + ParameterList.kt + 118 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 25 + 1 + + + ParameterList.kt + 135 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 18 + 1 + + + ParameterList.kt + 145 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 8 + 1 + + + ParameterList.kt + 145 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 9 + 1 + + + ParameterList.kt + 157 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 29 + 1 + + + ParameterList.kt + 171 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 28 + 1 + + + ParameterList.kt + 171 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 27 + 1 + + + ParameterList.kt + 184 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 16 + 1 + + + ParameterList.kt + 189 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 18 + 1 + + + ParameterList.kt + 194 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + ParameterList.kt + 194 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 5 + 1 + + + ParameterList.kt + 205 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 16 + 1 + + + ParameterList.kt + 211 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 18 + 1 + + + ParameterList.kt + 217 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + ParameterList.kt + 217 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 5 + 1 + + + ParameterList.kt + 224 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 16 + 1 + + + ParameterList.kt + 228 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 18 + 1 + + + ParameterList.kt + 232 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + ParameterList.kt + 232 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 5 + 1 + + + ParameterList.kt + 243 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 16 + 1 + + + ParameterList.kt + 249 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 21 + 1 + + + ParameterList.kt + 255 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + ParameterList.kt + 255 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 8 + 1 + + + ParameterList.kt + 260 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + ParameterList.kt + 260 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 8 + 1 + + + ParameterList.kt + 263 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 46 + 1 + + + ParameterList.kt + 269 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + 2 + 9 + 1 + + + ParameterList.kt + 279 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + y + 4 + 1 + + + ParameterList.kt + 295 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + x + 4 + 1 + + + ParameterList.kt + 298 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 30 + 1 + + + ParameterList.kt + 302 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 52 + 1 + + + ParameterList.kt + 315 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + t + 9 + 1 + + + ParameterList.kt + 321 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + t + 9 + 1 + + + ParameterList.kt + 334 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + x + 17 + 1 + + + ParameterList.kt + 338 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 17 + 1 + + + ParameterList.kt + 337 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + x + 17 + 1 + + + ParameterList.kt + 338 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 18 + 1 + + + ParameterList.kt + 347 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 12 + 1 + + + ParameterList.kt + 352 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 14 + 1 + + + ParameterList.kt + 357 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + ParameterList.kt + 357 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 5 + 1 + + + ParameterList.kt + 368 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 12 + 1 + + + ParameterList.kt + 374 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 14 + 1 + + + ParameterList.kt + 380 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + ParameterList.kt + 380 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 5 + 1 + + + ParameterList.kt + 387 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 12 + 1 + + + ParameterList.kt + 391 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 14 + 1 + + + ParameterList.kt + 395 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + ParameterList.kt + 395 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 5 + 1 + + + ParameterList.kt + 399 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + ParameterList.kt + 407 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 12 + 1 + + + ParameterList.kt + 410 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + x + 7 + 1 + + + ParameterList.kt + 412 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 20 + 1 + + + ParameterList.kt + 418 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + ParameterList.kt + 418 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 8 + 1 + + + ParameterList.kt + 422 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + 2 + 9 + 1 + + + ParameterList.kt + 428 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + 2 + 9 + 1 + + + ParameterList.kt + 433 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 28 + 1 + + + ParameterList.kt + 438 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 14 + 1 + + + ParameterList.kt + 438 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 34 + 1 + + + ParameterList.kt + 444 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 21 + 1 + + + ParameterList.kt + 449 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + ParameterList.kt + 449 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 8 + 1 + + + ParameterList.kt + 454 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + ParameterList.kt + 454 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 8 + 1 + + + ParameterList.kt + 457 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 46 + 1 + + + MultiVariableDeclaration.kt + 12 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 13 + 1 + + + MultiVariableDeclaration.kt + 14 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 10 + 1 + + + MultiVariableDeclaration.kt + 17 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + a + 9 + 1 + + + MultiVariableDeclaration.kt + 21 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + a + 9 + 1 + + + MultiVariableDeclaration.kt + 21 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + a + 9 + 1 + + + MultiVariableDeclaration.kt + 25 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 10 + 1 + + + MultiVariableDeclaration.kt + 28 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 10 + 1 + + + MultiVariableDeclaration.kt + 30 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + a + 9 + 1 + + + MultiVariableDeclaration.kt + 30 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + b + 12 + 1 + + + MultiVariableDeclaration.kt + 33 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + a + 9 + 1 + + + MultiVariableDeclaration.kt + 34 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 9 + 1 + + + MultiVariableDeclaration.kt + 34 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + b + 8 + 1 + + + MultiVariableDeclaration.kt + 37 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + b + 11 + 1 + + + MultiVariableDeclaration.kt + 44 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + a + 9 + 1 + + + MultiVariableDeclaration.kt + 45 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + f + 11 + 1 + + + MultiVariableDeclaration.kt + 48 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + a + 9 + 1 + + + MultiVariableDeclaration.kt + 61 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 17 + 1 + + + MultiVariableDeclaration.kt + 63 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 21 + 1 + + + MultiVariableDeclaration.kt + 65 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 14 + 1 + + + MultiVariableDeclaration.kt + 68 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 10 + 1 + + + MultiVariableDeclaration.kt + 70 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + a + 9 + 1 + + + MultiVariableDeclaration.kt + 70 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + b + 12 + 1 + + + MultiVariableDeclaration.kt + 73 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + a + 9 + 1 + + + MultiVariableDeclaration.kt + 73 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + b + 12 + 1 + + + MultiVariableDeclaration.kt + 76 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + a + 9 + 1 + + + MultiVariableDeclaration.kt + 76 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + b + 16 + 1 + + + MultiVariableDeclaration.kt + 79 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + a + 9 + 1 + + + MultiVariableDeclaration.kt + 80 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 17 + 1 + + + MultiVariableDeclaration.kt + 80 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + b + 16 + 1 + + + MultiVariableDeclaration.kt + 84 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 8 + 1 + + + MultiVariableDeclaration.kt + 83 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + b + 11 + 1 + + + MultiVariableDeclaration.kt + 90 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + a + 9 + 1 + + + MultiVariableDeclaration.kt + 93 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 10 + 1 + + + MultiVariableDeclaration.kt + 91 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + f + 11 + 1 + + + MultiVariableDeclaration.kt + 97 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 12 + 1 + + + MultiVariableDeclaration.kt + 95 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + a + 9 + 1 + + + CollectionLiteralInAnnotation.kt + 4 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 8 + 1 + + + CollectionLiteralInAnnotation.kt + 7 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + 1 + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 7 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + 1 + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 7 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 8 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 8 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + ] + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 12 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 13 + 1 + + + CollectionLiteralInAnnotation.kt + 11 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 12 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 14 + 1 + + + CollectionLiteralInAnnotation.kt + 12 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + ] + 13 + 1 + + + CollectionLiteralInAnnotation.kt + 16 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 12 + 1 + + + CollectionLiteralInAnnotation.kt + 16 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + 1 + 10 + 1 + + + CollectionLiteralInAnnotation.kt + 15 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 16 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 13 + 1 + + + CollectionLiteralInAnnotation.kt + 16 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + ] + 12 + 1 + + + CollectionLiteralInAnnotation.kt + 22 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 11 + 1 + + + CollectionLiteralInAnnotation.kt + 25 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + 1 + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 25 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + 2 + 10 + 1 + + + CollectionLiteralInAnnotation.kt + 25 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 26 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 26 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + ] + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 30 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 16 + 1 + + + CollectionLiteralInAnnotation.kt + 29 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 30 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 17 + 1 + + + CollectionLiteralInAnnotation.kt + 30 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + ] + 16 + 1 + + + CollectionLiteralInAnnotation.kt + 34 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 15 + 1 + + + CollectionLiteralInAnnotation.kt + 34 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + 2 + 13 + 1 + + + CollectionLiteralInAnnotation.kt + 33 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 34 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 16 + 1 + + + CollectionLiteralInAnnotation.kt + 34 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + ] + 15 + 1 + + + CollectionLiteralInAnnotation.kt + 40 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 14 + 1 + + + CollectionLiteralInAnnotation.kt + 43 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + " + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 43 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + " + 9 + 1 + + + CollectionLiteralInAnnotation.kt + 43 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 44 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 44 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + ] + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 48 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 13 + 1 + + + CollectionLiteralInAnnotation.kt + 47 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 48 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 14 + 1 + + + CollectionLiteralInAnnotation.kt + 48 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + ] + 13 + 1 + + + CollectionLiteralInAnnotation.kt + 52 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 20 + 1 + + + CollectionLiteralInAnnotation.kt + 52 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + 2 + 18 + 1 + + + CollectionLiteralInAnnotation.kt + 51 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 52 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 21 + 1 + + + CollectionLiteralInAnnotation.kt + 52 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + ] + 20 + 1 + + + CollectionLiteralInAnnotation.kt + 55 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + 1 + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 56 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 55 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + 1 + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 55 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 56 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 56 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + ] + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 59 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + 1 + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 59 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 60 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 60 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + ] + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 63 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + 1 + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 63 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + 1 + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 63 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 64 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 64 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + ] + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 70 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 67 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + / + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 71 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 67 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 71 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 8 + 1 + + + CollectionLiteralInAnnotation.kt + 71 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + ] + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 76 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 10 + 1 + + + CollectionLiteralInAnnotation.kt + 76 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + 1 + 8 + 1 + + + CollectionLiteralInAnnotation.kt + 74 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 76 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 11 + 1 + + + CollectionLiteralInAnnotation.kt + 76 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + ] + 10 + 1 + + + CollectionLiteralInAnnotation.kt + 80 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 79 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + 1 + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 80 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 8 + 1 + + + CollectionLiteralInAnnotation.kt + 80 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + 2 + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 79 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 80 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 9 + 1 + + + CollectionLiteralInAnnotation.kt + 80 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + ] + 8 + 1 + + + CollectionLiteralInAnnotation.kt + 84 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 83 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + 1 + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 85 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 83 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 85 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 85 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + ] + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 88 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + / + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 89 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + 2 + 9 + 1 + + + CollectionLiteralInAnnotation.kt + 88 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 90 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 90 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + ] + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 93 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + " + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 93 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + " + 9 + 1 + + + CollectionLiteralInAnnotation.kt + 93 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 94 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 94 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + ] + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 98 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 13 + 1 + + + CollectionLiteralInAnnotation.kt + 97 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 98 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 14 + 1 + + + CollectionLiteralInAnnotation.kt + 98 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + ] + 13 + 1 + + + CollectionLiteralInAnnotation.kt + 103 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 102 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + 2 + 14 + 1 + + + CollectionLiteralInAnnotation.kt + 101 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 103 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 8 + 1 + + + CollectionLiteralInAnnotation.kt + 103 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + ] + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 109 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + s + 26 + 1 + + + LambdaParameterList.kt + 12 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + x + 9 + 1 + + + LambdaParameterList.kt + 13 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + - + 8 + 1 + + + LambdaParameterList.kt + 13 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 7 + 1 + + + LambdaParameterList.kt + 19 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 12 + 1 + + + LambdaParameterList.kt + 26 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + - + 38 + 1 + + + LambdaParameterList.kt + 33 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + LambdaParameterList.kt + 33 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + - + 5 + 1 + + + LambdaParameterList.kt + 48 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 12 + 1 + + + LambdaParameterList.kt + 56 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + - + 14 + 1 + + + LambdaParameterList.kt + 64 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + LambdaParameterList.kt + 64 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + - + 5 + 1 + + + LambdaParameterList.kt + 75 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 12 + 1 + + + LambdaParameterList.kt + 81 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 13 + 1 + + + LambdaParameterList.kt + 87 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + LambdaParameterList.kt + 87 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + - + 5 + 1 + + + LambdaParameterList.kt + 100 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 12 + 1 + + + LambdaParameterList.kt + 108 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + - + 17 + 1 + + + LambdaParameterList.kt + 115 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + LambdaParameterList.kt + 115 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + - + 8 + 1 + + + LambdaParameterList.kt + 122 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + LambdaParameterList.kt + 122 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + - + 8 + 1 + + + LambdaParameterList.kt + 127 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 34 + 1 + + + LambdaParameterList.kt + 139 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + x + 9 + 1 + + + LambdaParameterList.kt + 146 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + t + 9 + 1 + + + LambdaParameterList.kt + 153 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + LambdaParameterList.kt + 153 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 20 + 1 + + + LambdaParameterList.kt + 160 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 9 + 1 + + + LambdaParameterList.kt + 160 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 25 + 1 + + + LambdaParameterList.kt + 168 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + - + 17 + 1 + + + LambdaParameterList.kt + 175 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + LambdaParameterList.kt + 175 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + - + 8 + 1 + + + LambdaParameterList.kt + 182 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + LambdaParameterList.kt + 182 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + - + 8 + 1 + + + LambdaParameterList.kt + 187 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 34 + 1 + + + TypeParameterList.kt + 8 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + x + 9 + 1 + + + TypeParameterList.kt + 9 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 8 + 1 + + + TypeParameterList.kt + 9 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 7 + 1 + + + TypeParameterList.kt + 13 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 12 + 1 + + + TypeParameterList.kt + 18 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 14 + 1 + + + TypeParameterList.kt + 23 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + TypeParameterList.kt + 23 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 5 + 1 + + + TypeParameterList.kt + 34 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 12 + 1 + + + TypeParameterList.kt + 40 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 14 + 1 + + + TypeParameterList.kt + 46 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + TypeParameterList.kt + 46 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 5 + 1 + + + TypeParameterList.kt + 53 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 12 + 1 + + + TypeParameterList.kt + 57 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 14 + 1 + + + TypeParameterList.kt + 61 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + TypeParameterList.kt + 61 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 5 + 1 + + + TypeParameterList.kt + 72 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 12 + 1 + + + TypeParameterList.kt + 78 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 17 + 1 + + + TypeParameterList.kt + 84 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + TypeParameterList.kt + 84 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 8 + 1 + + + TypeParameterList.kt + 89 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + TypeParameterList.kt + 89 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 8 + 1 + + + TypeParameterList.kt + 92 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 34 + 1 + + + TypeParameterList.kt + 96 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + v + 15 + 1 + + + TypeParameterList.kt + 100 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + x + 5 + 1 + + + TypeParameterList.kt + 104 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + x + 5 + 1 + + + TypeParameterList.kt + 105 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 12 + 1 + + + TypeParameterList.kt + 110 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 14 + 1 + + + TypeParameterList.kt + 115 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + TypeParameterList.kt + 115 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 5 + 1 + + + TypeParameterList.kt + 126 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 12 + 1 + + + TypeParameterList.kt + 132 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 14 + 1 + + + TypeParameterList.kt + 138 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + TypeParameterList.kt + 138 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 5 + 1 + + + TypeParameterList.kt + 145 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 12 + 1 + + + TypeParameterList.kt + 149 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 14 + 1 + + + TypeParameterList.kt + 153 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + TypeParameterList.kt + 153 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 5 + 1 + + + TypeParameterList.kt + 157 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + TypeParameterList.kt + 165 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 12 + 1 + + + TypeParameterList.kt + 168 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + x + 5 + 1 + + + TypeParameterList.kt + 170 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 20 + 1 + + + TypeParameterList.kt + 176 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + TypeParameterList.kt + 176 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 8 + 1 + + + TypeParameterList.kt + 179 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + x + 4 + 1 + + + TypeParameterList.kt + 187 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 6 + 1 + + + TypeParameterList.kt + 192 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 9 + 1 + + + TypeParameterList.kt + 192 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + T + 8 + 1 + + + TypeParameterList.kt + 197 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + t + 9 + 1 + + + TypeParameterList.kt + 202 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + TypeParameterList.kt + 202 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 20 + 1 + + + TypeParameterList.kt + 207 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 9 + 1 + + + TypeParameterList.kt + 207 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 25 + 1 + + + TypeParameterList.kt + 213 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 17 + 1 + + + TypeParameterList.kt + 218 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + TypeParameterList.kt + 218 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 8 + 1 + + + TypeParameterList.kt + 223 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + TypeParameterList.kt + 223 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 8 + 1 + + + TypeParameterList.kt + 226 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 34 + 1 + + + TypeParameterList.kt + 230 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + t + 9 + 1 + + + TypeParameterList.kt + 235 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + TypeParameterList.kt + 235 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 20 + 1 + + + TypeParameterList.kt + 240 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 9 + 1 + + + TypeParameterList.kt + 240 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 31 + 1 + + + TypeParameterList.kt + 247 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 8 + 1 + + + TypeParameterList.kt + 247 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 9 + 1 + + + TypeParameterList.kt + 252 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + TypeParameterList.kt + 252 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 12 + 1 + + + TypeParameterList.kt + 257 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + TypeParameterList.kt + 257 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 8 + 1 + + + TypeParameterList.kt + 260 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 34 + 1 + + + TypeArgumentList.kt + 3 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + t + 22 + 1 + + + TypeArgumentList.kt + 2 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 10 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 11 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 24 + 1 + + + TypeArgumentList.kt + 11 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 23 + 1 + + + TypeArgumentList.kt + 14 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 42 + 1 + + + TypeArgumentList.kt + 17 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 17 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 47 + 1 + + + TypeArgumentList.kt + 20 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 21 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 15 + 1 + + + TypeArgumentList.kt + 24 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 24 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + o + 18 + 1 + + + TypeArgumentList.kt + 28 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 14 + 1 + + + TypeArgumentList.kt + 28 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + o + 13 + 1 + + + TypeArgumentList.kt + 31 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + o + 13 + 1 + + + TypeArgumentList.kt + 34 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 19 + 1 + + + TypeArgumentList.kt + 38 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 56 + 1 + + + TypeArgumentList.kt + 41 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 12 + 1 + + + TypeArgumentList.kt + 40 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 41 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 13 + 1 + + + TypeArgumentList.kt + 43 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + TypeArgumentList.kt + 45 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 48 + 1 + + + TypeArgumentList.kt + 50 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 6 + 1 + + + TypeArgumentList.kt + 50 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + o + 16 + 1 + + + TypeArgumentList.kt + 53 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + / + 13 + 1 + + + TypeArgumentList.kt + 57 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 17 + 1 + + + TypeArgumentList.kt + 57 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 16 + 1 + + + TypeArgumentList.kt + 59 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 60 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 6 + 1 + + + TypeArgumentList.kt + 59 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 47 + 1 + + + TypeArgumentList.kt + 62 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 62 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 47 + 1 + + + TypeArgumentList.kt + 65 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 68 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 15 + 1 + + + TypeArgumentList.kt + 71 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 71 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + o + 18 + 1 + + + TypeArgumentList.kt + 74 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + + 13 + 1 + + + TypeArgumentList.kt + 75 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + o + 13 + 1 + + + TypeArgumentList.kt + 78 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 19 + 1 + + + TypeArgumentList.kt + 81 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 8 + 1 + + + TypeArgumentList.kt + 80 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 81 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 18 + 1 + + + TypeArgumentList.kt + 84 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 84 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + o + 18 + 1 + + + TypeArgumentList.kt + 87 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + + 13 + 1 + + + TypeArgumentList.kt + 88 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + o + 13 + 1 + + + TypeArgumentList.kt + 91 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 19 + 1 + + + TypeArgumentList.kt + 93 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 94 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 6 + 1 + + + TypeArgumentList.kt + 97 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 23 + 1 + + + TypeArgumentList.kt + 99 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 100 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 34 + 1 + + + TypeArgumentList.kt + 102 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + TypeArgumentList.kt + 104 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + TypeArgumentList.kt + 106 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + TypeArgumentList.kt + 107 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 7 + 1 + + + TypeArgumentList.kt + 106 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 107 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 14 + 1 + + + TypeArgumentList.kt + 107 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + a + 13 + 1 + + + TypeArgumentList.kt + 109 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 51 + 1 + + + TypeArgumentList.kt + 111 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 51 + 1 + + + TypeArgumentList.kt + 111 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 112 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 12 + 1 + + + TypeArgumentList.kt + 112 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + a + 11 + 1 + + + IndicesAccess.kt + 2 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 3 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 24 + 1 + + + IndicesAccess.kt + 3 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 23 + 1 + + + IndicesAccess.kt + 6 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 42 + 1 + + + IndicesAccess.kt + 9 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 9 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 47 + 1 + + + IndicesAccess.kt + 12 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 13 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 15 + 1 + + + IndicesAccess.kt + 16 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 16 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + o + 18 + 1 + + + IndicesAccess.kt + 20 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 14 + 1 + + + IndicesAccess.kt + 20 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + o + 13 + 1 + + + IndicesAccess.kt + 23 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + o + 13 + 1 + + + IndicesAccess.kt + 26 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 19 + 1 + + + IndicesAccess.kt + 30 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 31 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 39 + 1 + + + IndicesAccess.kt + 33 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + IndicesAccess.kt + 35 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 51 + 1 + + + IndicesAccess.kt + 39 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + " + 16 + 1 + + + IndicesAccess.kt + 43 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 5 + 1 + + + IndicesAccess.kt + 43 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 4 + 1 + + + IndicesAccess.kt + 47 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 51 + 1 + + + IndicesAccess.kt + 49 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + C + 16 + 1 + + + IndicesAccess.kt + 50 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 33 + 1 + + + IndicesAccess.kt + 52 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + C + 16 + 1 + + + IndicesAccess.kt + 52 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 50 + 1 + + + IndicesAccess.kt + 60 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 43 + 1 + + + IndicesAccess.kt + 60 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 42 + 1 + + + IndicesAccess.kt + 64 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + " + 16 + 1 + + + IndicesAccess.kt + 68 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 17 + 1 + + + IndicesAccess.kt + 68 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 16 + 1 + + + IndicesAccess.kt + 72 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 42 + 1 + + + IndicesAccess.kt + 75 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 12 + 1 + + + IndicesAccess.kt + 74 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + { + 16 + 1 + + + IndicesAccess.kt + 75 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 13 + 1 + + + IndicesAccess.kt + 77 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + { + 16 + 1 + + + IndicesAccess.kt + 77 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 41 + 1 + + + IndicesAccess.kt + 81 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 34 + 1 + + + IndicesAccess.kt + 81 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 33 + 1 + + + IndicesAccess.kt + 85 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + " + 16 + 1 + + + IndicesAccess.kt + 89 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 5 + 1 + + + IndicesAccess.kt + 89 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 4 + 1 + + + IndicesAccess.kt + 91 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 107 + 1 + + + IndicesAccess.kt + 95 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 90 + 1 + + + IndicesAccess.kt + 97 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + o + 16 + 1 + + + IndicesAccess.kt + 97 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 89 + 1 + + + IndicesAccess.kt + 105 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 82 + 1 + + + IndicesAccess.kt + 105 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 81 + 1 + + + IndicesAccess.kt + 110 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 6 + 1 + + + IndicesAccess.kt + 110 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + o + 16 + 1 + + + IndicesAccess.kt + 113 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + / + 13 + 1 + + + IndicesAccess.kt + 117 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 17 + 1 + + + IndicesAccess.kt + 117 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 16 + 1 + + + IndicesAccess.kt + 119 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 120 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 6 + 1 + + + IndicesAccess.kt + 119 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 47 + 1 + + + IndicesAccess.kt + 122 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 122 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 47 + 1 + + + IndicesAccess.kt + 125 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 128 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 15 + 1 + + + IndicesAccess.kt + 131 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 131 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + o + 18 + 1 + + + IndicesAccess.kt + 134 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + + 13 + 1 + + + IndicesAccess.kt + 135 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + o + 13 + 1 + + + IndicesAccess.kt + 138 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 19 + 1 + + + IndicesAccess.kt + 141 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 8 + 1 + + + IndicesAccess.kt + 140 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 141 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 18 + 1 + + + IndicesAccess.kt + 144 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 144 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + o + 18 + 1 + + + IndicesAccess.kt + 147 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + + 13 + 1 + + + IndicesAccess.kt + 148 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + o + 13 + 1 + + + IndicesAccess.kt + 151 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 19 + 1 + + + IndicesAccess.kt + 153 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 154 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 34 + 1 + + + IndicesAccess.kt + 156 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + IndicesAccess.kt + 158 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + IndicesAccess.kt + 160 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + IndicesAccess.kt + 161 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 7 + 1 + + + IndicesAccess.kt + 160 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 161 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 14 + 1 + + + IndicesAccess.kt + 161 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + a + 13 + 1 + + + IndicesAccess.kt + 163 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 51 + 1 + + + IndicesAccess.kt + 165 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 51 + 1 + + + IndicesAccess.kt + 165 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 166 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 12 + 1 + + + IndicesAccess.kt + 166 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + a + 11 + 1 + + + IndicesAccess.kt + 168 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + " + 16 + 1 + + + IndicesAccess.kt + 172 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 5 + 1 + + + IndicesAccess.kt + 172 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 4 + 1 + + + IndicesAccess.kt + 174 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + C + 16 + 1 + + + IndicesAccess.kt + 174 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 50 + 1 + \ No newline at end of file diff --git a/idea/testData/inspections/trailingCommaOnWithCodeStyleAndCallSite/inspectionData/expected.xml b/idea/testData/inspections/trailingCommaOnWithCodeStyleAndCallSite/inspectionData/expected.xml index 94363978e3d..42cdfcae924 100644 --- a/idea/testData/inspections/trailingCommaOnWithCodeStyleAndCallSite/inspectionData/expected.xml +++ b/idea/testData/inspections/trailingCommaOnWithCodeStyleAndCallSite/inspectionData/expected.xml @@ -5,7 +5,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break f 13 @@ -17,7 +17,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 19 @@ -29,7 +29,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma r 18 @@ -41,7 +41,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma r 42 @@ -53,7 +53,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break f 13 @@ -65,7 +65,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma r 47 @@ -77,7 +77,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break f 13 @@ -89,7 +89,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma r 10 @@ -101,7 +101,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break f 13 @@ -113,7 +113,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma o 18 @@ -125,7 +125,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 14 @@ -137,7 +137,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma o 13 @@ -149,7 +149,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma o 13 @@ -161,7 +161,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 19 @@ -173,7 +173,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 56 @@ -185,7 +185,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 45 @@ -197,7 +197,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 51 @@ -209,7 +209,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break " 16 @@ -221,7 +221,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 5 @@ -233,7 +233,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma } 4 @@ -245,7 +245,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 51 @@ -257,7 +257,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break C 16 @@ -269,7 +269,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma } 50 @@ -281,7 +281,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 43 @@ -293,7 +293,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma } 42 @@ -305,7 +305,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break " 16 @@ -317,7 +317,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 5 @@ -329,7 +329,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma } 4 @@ -341,7 +341,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 42 @@ -353,7 +353,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break { 16 @@ -365,7 +365,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma } 41 @@ -377,7 +377,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 34 @@ -389,7 +389,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma } 33 @@ -401,7 +401,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break " 16 @@ -413,7 +413,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 5 @@ -425,7 +425,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma } 4 @@ -437,7 +437,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 48 @@ -449,7 +449,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break f 16 @@ -461,7 +461,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma } 47 @@ -473,7 +473,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 40 @@ -485,7 +485,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma } 39 @@ -497,7 +497,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break " 16 @@ -509,7 +509,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 5 @@ -521,7 +521,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma } 4 @@ -533,7 +533,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break " 16 @@ -545,7 +545,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 5 @@ -557,7 +557,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma } 4 @@ -569,7 +569,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 90 @@ -581,7 +581,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break o 16 @@ -593,7 +593,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma } 89 @@ -605,7 +605,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 82 @@ -617,7 +617,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma } 81 @@ -629,7 +629,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 6 @@ -641,7 +641,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma o 16 @@ -653,7 +653,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break / 13 @@ -665,7 +665,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 19 @@ -677,7 +677,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma r 18 @@ -689,7 +689,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break f 13 @@ -701,7 +701,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 6 @@ -713,7 +713,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma r 47 @@ -725,7 +725,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break f 13 @@ -737,7 +737,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma r 47 @@ -749,7 +749,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break f 13 @@ -761,7 +761,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma r 10 @@ -773,7 +773,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break f 13 @@ -785,7 +785,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma o 18 @@ -797,7 +797,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 13 @@ -809,7 +809,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma o 13 @@ -821,7 +821,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 19 @@ -833,7 +833,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 8 @@ -845,7 +845,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break f 13 @@ -857,7 +857,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma r 18 @@ -869,7 +869,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break f 13 @@ -881,7 +881,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma o 18 @@ -893,7 +893,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 13 @@ -905,7 +905,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma o 13 @@ -917,7 +917,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 19 @@ -929,7 +929,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break f 13 @@ -941,7 +941,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 34 @@ -953,7 +953,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 45 @@ -965,7 +965,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 45 @@ -977,7 +977,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 45 @@ -989,7 +989,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 7 @@ -1001,7 +1001,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break f 13 @@ -1013,7 +1013,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 14 @@ -1025,7 +1025,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma a 13 @@ -1037,7 +1037,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 51 @@ -1049,7 +1049,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 51 @@ -1061,7 +1061,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break f 13 @@ -1073,7 +1073,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 12 @@ -1085,7 +1085,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma a 11 @@ -1097,7 +1097,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break " 16 @@ -1109,7 +1109,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 5 @@ -1121,7 +1121,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma } 4 @@ -1133,7 +1133,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break C 16 @@ -1145,7 +1145,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma } 50 @@ -1157,7 +1157,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break o 16 @@ -1169,7 +1169,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 6 @@ -1181,7 +1181,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break f 16 @@ -1193,7 +1193,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 6 @@ -1205,7 +1205,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break { 16 @@ -1217,7 +1217,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 33 @@ -1229,7 +1229,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 8 @@ -1241,7 +1241,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break C 16 @@ -1253,7 +1253,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 9 @@ -1265,7 +1265,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 15 @@ -1277,7 +1277,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break t 30 @@ -1289,7 +1289,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 16 @@ -1301,7 +1301,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma ) 15 @@ -1313,7 +1313,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break f 13 @@ -1325,7 +1325,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 25 @@ -1337,7 +1337,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma a 24 @@ -1349,7 +1349,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 8 @@ -1361,7 +1361,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break f 13 @@ -1373,7 +1373,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 9 @@ -1385,7 +1385,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 10 @@ -1397,7 +1397,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 10 @@ -1409,7 +1409,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 46 @@ -1421,7 +1421,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 51 @@ -1433,7 +1433,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 50 @@ -1445,7 +1445,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break x 42 @@ -1457,7 +1457,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 46 @@ -1469,7 +1469,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma y 45 @@ -1481,7 +1481,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 40 @@ -1493,7 +1493,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 52 @@ -1505,7 +1505,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 46 @@ -1517,7 +1517,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma y 45 @@ -1529,7 +1529,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 40 @@ -1541,7 +1541,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 52 @@ -1553,7 +1553,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 45 @@ -1565,7 +1565,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 48 @@ -1577,7 +1577,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 40 @@ -1589,7 +1589,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 54 @@ -1601,7 +1601,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 3 @@ -1613,7 +1613,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break x 42 @@ -1625,7 +1625,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 4 @@ -1637,7 +1637,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 40 @@ -1649,7 +1649,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 10 @@ -1661,7 +1661,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 50 @@ -1673,7 +1673,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 54 @@ -1685,7 +1685,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break x 42 @@ -1697,7 +1697,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 2 @@ -1709,7 +1709,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma y 45 @@ -1721,7 +1721,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 40 @@ -1733,7 +1733,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 8 @@ -1745,7 +1745,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 2 @@ -1757,7 +1757,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break / 42 @@ -1769,7 +1769,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 2 @@ -1781,7 +1781,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma y 45 @@ -1793,7 +1793,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 40 @@ -1805,7 +1805,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 8 @@ -1817,7 +1817,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 2 @@ -1829,7 +1829,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break / 9 @@ -1841,7 +1841,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 2 @@ -1853,7 +1853,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma y 45 @@ -1865,7 +1865,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 11 @@ -1877,7 +1877,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 46 @@ -1889,7 +1889,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 40 @@ -1901,7 +1901,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 44 @@ -1913,7 +1913,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 44 @@ -1925,7 +1925,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma s 20 @@ -1937,7 +1937,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 43 @@ -1949,7 +1949,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 45 @@ -1961,7 +1961,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 9 @@ -1973,7 +1973,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma 1 8 @@ -1985,7 +1985,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 15 @@ -1997,7 +1997,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma 3 8 @@ -2009,7 +2009,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 15 @@ -2021,7 +2021,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma 3 8 @@ -2033,7 +2033,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma > 36 @@ -2045,7 +2045,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma > 36 @@ -2057,7 +2057,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 76 @@ -2069,7 +2069,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break y 12 @@ -2081,7 +2081,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 45 @@ -2093,7 +2093,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break y 12 @@ -2105,7 +2105,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma > 44 @@ -2117,7 +2117,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 41 @@ -2129,7 +2129,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma > 40 @@ -2141,7 +2141,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma > 36 @@ -2153,7 +2153,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break y 12 @@ -2165,7 +2165,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma > 75 @@ -2177,7 +2177,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 6 @@ -2189,7 +2189,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break y 12 @@ -2201,7 +2201,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 6 @@ -2213,7 +2213,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 49 @@ -2225,7 +2225,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break y 12 @@ -2237,7 +2237,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma > 44 @@ -2249,7 +2249,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 12 @@ -2261,7 +2261,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 43 @@ -2273,7 +2273,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma > 42 @@ -2285,7 +2285,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma 1 8 @@ -2297,7 +2297,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma 1 8 @@ -2309,7 +2309,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma 1 8 @@ -2321,7 +2321,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma g 16 @@ -2333,7 +2333,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 18 @@ -2345,7 +2345,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 8 @@ -2357,7 +2357,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 9 @@ -2369,7 +2369,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma g 16 @@ -2381,7 +2381,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 18 @@ -2393,7 +2393,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 8 @@ -2405,7 +2405,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 9 @@ -2417,7 +2417,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 25 @@ -2429,7 +2429,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 18 @@ -2441,7 +2441,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 8 @@ -2453,7 +2453,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 9 @@ -2465,7 +2465,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 29 @@ -2477,7 +2477,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 28 @@ -2489,7 +2489,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma g 27 @@ -2501,7 +2501,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma g 16 @@ -2513,7 +2513,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 18 @@ -2525,7 +2525,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -2537,7 +2537,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 5 @@ -2549,7 +2549,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma g 16 @@ -2561,7 +2561,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 18 @@ -2573,7 +2573,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -2585,7 +2585,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 5 @@ -2597,7 +2597,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma g 16 @@ -2609,7 +2609,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 18 @@ -2621,7 +2621,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -2633,7 +2633,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 5 @@ -2645,7 +2645,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma g 16 @@ -2657,7 +2657,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 21 @@ -2669,7 +2669,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -2681,7 +2681,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 8 @@ -2693,7 +2693,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -2705,7 +2705,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 8 @@ -2717,7 +2717,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma g 46 @@ -2729,7 +2729,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma 2 9 @@ -2741,7 +2741,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma y 4 @@ -2753,7 +2753,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma x 4 @@ -2765,7 +2765,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 30 @@ -2777,7 +2777,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 52 @@ -2789,7 +2789,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma t 9 @@ -2801,7 +2801,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma t 9 @@ -2813,7 +2813,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break x 17 @@ -2825,7 +2825,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 17 @@ -2837,7 +2837,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break x 17 @@ -2849,7 +2849,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 18 @@ -2861,7 +2861,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma g 12 @@ -2873,7 +2873,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 14 @@ -2885,7 +2885,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -2897,7 +2897,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 5 @@ -2909,7 +2909,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma g 12 @@ -2921,7 +2921,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 14 @@ -2933,7 +2933,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -2945,7 +2945,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 5 @@ -2957,7 +2957,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma g 12 @@ -2969,7 +2969,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 14 @@ -2981,7 +2981,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -2993,7 +2993,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 5 @@ -3005,7 +3005,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -3017,7 +3017,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma g 12 @@ -3029,7 +3029,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break x 7 @@ -3041,7 +3041,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 20 @@ -3053,7 +3053,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -3065,7 +3065,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 8 @@ -3077,7 +3077,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma 2 9 @@ -3089,7 +3089,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma 2 9 @@ -3101,7 +3101,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma g 28 @@ -3113,7 +3113,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 14 @@ -3125,7 +3125,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma g 34 @@ -3137,7 +3137,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 21 @@ -3149,7 +3149,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -3161,7 +3161,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 8 @@ -3173,7 +3173,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -3185,7 +3185,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 8 @@ -3197,7 +3197,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma g 46 @@ -3209,7 +3209,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 13 @@ -3221,7 +3221,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 10 @@ -3233,7 +3233,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break a 9 @@ -3245,7 +3245,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break a 9 @@ -3257,7 +3257,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma a 9 @@ -3269,7 +3269,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 10 @@ -3281,7 +3281,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 10 @@ -3293,7 +3293,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break a 9 @@ -3305,7 +3305,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma b 12 @@ -3317,7 +3317,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break a 9 @@ -3329,7 +3329,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 9 @@ -3341,7 +3341,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma b 8 @@ -3353,7 +3353,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma b 11 @@ -3365,7 +3365,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break a 9 @@ -3377,7 +3377,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma f 11 @@ -3389,7 +3389,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break a 9 @@ -3401,7 +3401,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 17 @@ -3413,7 +3413,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 21 @@ -3425,7 +3425,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 14 @@ -3437,7 +3437,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 10 @@ -3449,7 +3449,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break a 9 @@ -3461,7 +3461,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma b 12 @@ -3473,7 +3473,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break a 9 @@ -3485,7 +3485,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma b 12 @@ -3497,7 +3497,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break a 9 @@ -3509,7 +3509,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma b 16 @@ -3521,7 +3521,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break a 9 @@ -3533,7 +3533,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 17 @@ -3545,7 +3545,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma b 16 @@ -3557,7 +3557,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 8 @@ -3569,7 +3569,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma b 11 @@ -3581,7 +3581,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break a 9 @@ -3593,7 +3593,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 10 @@ -3605,7 +3605,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma f 11 @@ -3617,7 +3617,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 12 @@ -3629,7 +3629,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break a 9 @@ -3641,7 +3641,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 8 @@ -3653,7 +3653,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 1 7 @@ -3665,7 +3665,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma 1 7 @@ -3677,7 +3677,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break [ 6 @@ -3689,7 +3689,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 7 @@ -3701,7 +3701,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma ] 6 @@ -3713,7 +3713,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ] 13 @@ -3725,7 +3725,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break [ 6 @@ -3737,7 +3737,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 14 @@ -3749,7 +3749,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma ] 13 @@ -3761,7 +3761,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ] 12 @@ -3773,7 +3773,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma 1 10 @@ -3785,7 +3785,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break [ 6 @@ -3797,7 +3797,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 13 @@ -3809,7 +3809,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma ] 12 @@ -3821,7 +3821,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 11 @@ -3833,7 +3833,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 1 7 @@ -3845,7 +3845,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma 2 10 @@ -3857,7 +3857,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break [ 6 @@ -3869,7 +3869,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 7 @@ -3881,7 +3881,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma ] 6 @@ -3893,7 +3893,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ] 16 @@ -3905,7 +3905,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break [ 6 @@ -3917,7 +3917,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 17 @@ -3929,7 +3929,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma ] 16 @@ -3941,7 +3941,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ] 15 @@ -3953,7 +3953,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma 2 13 @@ -3965,7 +3965,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break [ 6 @@ -3977,7 +3977,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 16 @@ -3989,7 +3989,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma ] 15 @@ -4001,7 +4001,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 14 @@ -4013,7 +4013,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break " 7 @@ -4025,7 +4025,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma " 9 @@ -4037,7 +4037,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break [ 6 @@ -4049,7 +4049,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 7 @@ -4061,7 +4061,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma ] 6 @@ -4073,7 +4073,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ] 13 @@ -4085,7 +4085,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break [ 6 @@ -4097,7 +4097,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 14 @@ -4109,7 +4109,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma ] 13 @@ -4121,7 +4121,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ] 20 @@ -4133,7 +4133,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma 2 18 @@ -4145,7 +4145,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break [ 6 @@ -4157,7 +4157,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 21 @@ -4169,7 +4169,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma ] 20 @@ -4181,7 +4181,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 1 7 @@ -4193,7 +4193,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ] 6 @@ -4205,7 +4205,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma 1 7 @@ -4217,7 +4217,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break [ 6 @@ -4229,7 +4229,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 7 @@ -4241,7 +4241,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma ] 6 @@ -4253,7 +4253,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 1 7 @@ -4265,7 +4265,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break [ 6 @@ -4277,7 +4277,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 7 @@ -4289,7 +4289,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma ] 6 @@ -4301,7 +4301,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 1 7 @@ -4313,7 +4313,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma 1 7 @@ -4325,7 +4325,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break [ 6 @@ -4337,7 +4337,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 7 @@ -4349,7 +4349,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma ] 6 @@ -4361,7 +4361,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 6 @@ -4373,7 +4373,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break / 7 @@ -4385,7 +4385,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ] 7 @@ -4397,7 +4397,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break [ 6 @@ -4409,7 +4409,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 8 @@ -4421,7 +4421,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma ] 7 @@ -4433,7 +4433,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ] 10 @@ -4445,7 +4445,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma 1 8 @@ -4457,7 +4457,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break [ 6 @@ -4469,7 +4469,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 11 @@ -4481,7 +4481,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma ] 10 @@ -4493,7 +4493,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 6 @@ -4505,7 +4505,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 1 7 @@ -4517,7 +4517,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ] 8 @@ -4529,7 +4529,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma 2 7 @@ -4541,7 +4541,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break [ 6 @@ -4553,7 +4553,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 9 @@ -4565,7 +4565,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma ] 8 @@ -4577,7 +4577,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 6 @@ -4589,7 +4589,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 1 7 @@ -4601,7 +4601,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ] 6 @@ -4613,7 +4613,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break [ 6 @@ -4625,7 +4625,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 7 @@ -4637,7 +4637,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma ] 6 @@ -4649,7 +4649,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break / 7 @@ -4661,7 +4661,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma 2 9 @@ -4673,7 +4673,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break [ 6 @@ -4685,7 +4685,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 7 @@ -4697,7 +4697,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma ] 6 @@ -4709,7 +4709,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break " 7 @@ -4721,7 +4721,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma " 9 @@ -4733,7 +4733,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break [ 6 @@ -4745,7 +4745,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 7 @@ -4757,7 +4757,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma ] 6 @@ -4769,7 +4769,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ] 13 @@ -4781,7 +4781,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break [ 6 @@ -4793,7 +4793,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 14 @@ -4805,7 +4805,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma ] 13 @@ -4817,7 +4817,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ] 7 @@ -4829,7 +4829,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma 2 14 @@ -4841,7 +4841,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break [ 6 @@ -4853,7 +4853,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 8 @@ -4865,7 +4865,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma ] 7 @@ -4877,7 +4877,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma s 26 @@ -4889,7 +4889,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break x 9 @@ -4901,7 +4901,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 8 @@ -4913,7 +4913,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma g 7 @@ -4925,7 +4925,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma g 12 @@ -4937,7 +4937,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 38 @@ -4949,7 +4949,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -4961,7 +4961,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 5 @@ -4973,7 +4973,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma g 12 @@ -4985,7 +4985,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 14 @@ -4997,7 +4997,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -5009,7 +5009,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 5 @@ -5021,7 +5021,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma g 12 @@ -5033,7 +5033,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 13 @@ -5045,7 +5045,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -5057,7 +5057,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 5 @@ -5069,7 +5069,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma g 12 @@ -5081,7 +5081,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 17 @@ -5093,7 +5093,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -5105,7 +5105,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 8 @@ -5117,7 +5117,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -5129,7 +5129,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 8 @@ -5141,7 +5141,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma g 34 @@ -5153,7 +5153,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break x 9 @@ -5165,7 +5165,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma t 9 @@ -5177,7 +5177,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -5189,7 +5189,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma g 20 @@ -5201,7 +5201,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 9 @@ -5213,7 +5213,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma g 25 @@ -5225,7 +5225,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 17 @@ -5237,7 +5237,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -5249,7 +5249,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 8 @@ -5261,7 +5261,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -5273,7 +5273,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 8 @@ -5285,7 +5285,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma g 34 @@ -5297,7 +5297,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break x 9 @@ -5309,7 +5309,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 8 @@ -5321,7 +5321,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma g 7 @@ -5333,7 +5333,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma g 12 @@ -5345,7 +5345,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 14 @@ -5357,7 +5357,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -5369,7 +5369,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 5 @@ -5381,7 +5381,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma g 12 @@ -5393,7 +5393,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 14 @@ -5405,7 +5405,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -5417,7 +5417,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 5 @@ -5429,7 +5429,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma g 12 @@ -5441,7 +5441,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 14 @@ -5453,7 +5453,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -5465,7 +5465,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 5 @@ -5477,7 +5477,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma g 12 @@ -5489,7 +5489,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 17 @@ -5501,7 +5501,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -5513,7 +5513,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 8 @@ -5525,7 +5525,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -5537,7 +5537,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 8 @@ -5549,7 +5549,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma g 34 @@ -5561,7 +5561,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma v 15 @@ -5573,7 +5573,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break x 5 @@ -5585,7 +5585,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break x 5 @@ -5597,7 +5597,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma g 12 @@ -5609,7 +5609,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 14 @@ -5621,7 +5621,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -5633,7 +5633,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 5 @@ -5645,7 +5645,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma g 12 @@ -5657,7 +5657,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 14 @@ -5669,7 +5669,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -5681,7 +5681,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 5 @@ -5693,7 +5693,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma g 12 @@ -5705,7 +5705,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 14 @@ -5717,7 +5717,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -5729,7 +5729,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 5 @@ -5741,7 +5741,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -5753,7 +5753,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma g 12 @@ -5765,7 +5765,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break x 5 @@ -5777,7 +5777,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 20 @@ -5789,7 +5789,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -5801,7 +5801,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 8 @@ -5813,7 +5813,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma x 4 @@ -5825,7 +5825,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 6 @@ -5837,7 +5837,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 9 @@ -5849,7 +5849,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma T 8 @@ -5861,7 +5861,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma t 9 @@ -5873,7 +5873,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -5885,7 +5885,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma g 20 @@ -5897,7 +5897,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 9 @@ -5909,7 +5909,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma g 25 @@ -5921,7 +5921,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 17 @@ -5933,7 +5933,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -5945,7 +5945,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 8 @@ -5957,7 +5957,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -5969,7 +5969,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 8 @@ -5981,7 +5981,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma g 34 @@ -5993,7 +5993,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma t 9 @@ -6005,7 +6005,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -6017,7 +6017,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma g 20 @@ -6029,7 +6029,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 9 @@ -6041,7 +6041,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 31 @@ -6053,7 +6053,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 8 @@ -6065,7 +6065,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 9 @@ -6077,7 +6077,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -6089,7 +6089,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 12 @@ -6101,7 +6101,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 4 @@ -6113,7 +6113,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 8 @@ -6125,7 +6125,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma g 34 @@ -6137,7 +6137,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break t 22 @@ -6149,7 +6149,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break f 13 @@ -6161,7 +6161,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break f 13 @@ -6173,7 +6173,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 24 @@ -6185,7 +6185,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma r 23 @@ -6197,7 +6197,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma r 42 @@ -6209,7 +6209,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break f 13 @@ -6221,7 +6221,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma r 47 @@ -6233,7 +6233,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break f 13 @@ -6245,7 +6245,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma r 15 @@ -6257,7 +6257,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break f 13 @@ -6269,7 +6269,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma o 18 @@ -6281,7 +6281,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 14 @@ -6293,7 +6293,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma o 13 @@ -6305,7 +6305,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma o 13 @@ -6317,7 +6317,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 19 @@ -6329,7 +6329,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 56 @@ -6341,7 +6341,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 12 @@ -6353,7 +6353,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break f 13 @@ -6365,7 +6365,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 13 @@ -6377,7 +6377,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 45 @@ -6389,7 +6389,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 48 @@ -6401,7 +6401,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 6 @@ -6413,7 +6413,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma o 16 @@ -6425,7 +6425,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break / 13 @@ -6437,7 +6437,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 17 @@ -6449,7 +6449,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma r 16 @@ -6461,7 +6461,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break f 13 @@ -6473,7 +6473,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 6 @@ -6485,7 +6485,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma r 47 @@ -6497,7 +6497,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break f 13 @@ -6509,7 +6509,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma r 47 @@ -6521,7 +6521,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break f 13 @@ -6533,7 +6533,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma r 15 @@ -6545,7 +6545,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break f 13 @@ -6557,7 +6557,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma o 18 @@ -6569,7 +6569,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 13 @@ -6581,7 +6581,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma o 13 @@ -6593,7 +6593,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 19 @@ -6605,7 +6605,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 8 @@ -6617,7 +6617,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break f 13 @@ -6629,7 +6629,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma r 18 @@ -6641,7 +6641,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break f 13 @@ -6653,7 +6653,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma o 18 @@ -6665,7 +6665,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 13 @@ -6677,7 +6677,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma o 13 @@ -6689,7 +6689,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 19 @@ -6701,7 +6701,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break f 13 @@ -6713,7 +6713,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 6 @@ -6725,7 +6725,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 23 @@ -6737,7 +6737,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break f 13 @@ -6749,7 +6749,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 34 @@ -6761,7 +6761,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 45 @@ -6773,7 +6773,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 45 @@ -6785,7 +6785,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 45 @@ -6797,7 +6797,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 7 @@ -6809,7 +6809,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break f 13 @@ -6821,7 +6821,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 14 @@ -6833,7 +6833,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma a 13 @@ -6845,7 +6845,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 51 @@ -6857,7 +6857,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 51 @@ -6869,7 +6869,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break f 13 @@ -6881,7 +6881,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break > 12 @@ -6893,7 +6893,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma a 11 @@ -6905,7 +6905,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break f 13 @@ -6917,7 +6917,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ] 24 @@ -6929,7 +6929,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma r 23 @@ -6941,7 +6941,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma r 42 @@ -6953,7 +6953,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break f 13 @@ -6965,7 +6965,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma r 47 @@ -6977,7 +6977,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break f 13 @@ -6989,7 +6989,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma r 15 @@ -7001,7 +7001,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break f 13 @@ -7013,7 +7013,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma o 18 @@ -7025,7 +7025,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ] 14 @@ -7037,7 +7037,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma o 13 @@ -7049,7 +7049,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma o 13 @@ -7061,7 +7061,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 19 @@ -7073,7 +7073,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break f 13 @@ -7085,7 +7085,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ] 39 @@ -7097,7 +7097,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 45 @@ -7109,7 +7109,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 51 @@ -7121,7 +7121,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break " 16 @@ -7133,7 +7133,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ] 5 @@ -7145,7 +7145,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma } 4 @@ -7157,7 +7157,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 51 @@ -7169,7 +7169,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break C 16 @@ -7181,7 +7181,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ] 33 @@ -7193,7 +7193,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break C 16 @@ -7205,7 +7205,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma } 50 @@ -7217,7 +7217,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ] 43 @@ -7229,7 +7229,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma } 42 @@ -7241,7 +7241,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break " 16 @@ -7253,7 +7253,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ] 17 @@ -7265,7 +7265,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma } 16 @@ -7277,7 +7277,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 42 @@ -7289,7 +7289,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 12 @@ -7301,7 +7301,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break { 16 @@ -7313,7 +7313,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ] 13 @@ -7325,7 +7325,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break { 16 @@ -7337,7 +7337,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma } 41 @@ -7349,7 +7349,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ] 34 @@ -7361,7 +7361,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma } 33 @@ -7373,7 +7373,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break " 16 @@ -7385,7 +7385,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ] 5 @@ -7397,7 +7397,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma } 4 @@ -7409,7 +7409,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 107 @@ -7421,7 +7421,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 90 @@ -7433,7 +7433,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break o 16 @@ -7445,7 +7445,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma } 89 @@ -7457,7 +7457,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ] 82 @@ -7469,7 +7469,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma } 81 @@ -7481,7 +7481,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 6 @@ -7493,7 +7493,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma o 16 @@ -7505,7 +7505,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break / 13 @@ -7517,7 +7517,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ] 17 @@ -7529,7 +7529,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma r 16 @@ -7541,7 +7541,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break f 13 @@ -7553,7 +7553,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ] 6 @@ -7565,7 +7565,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma r 47 @@ -7577,7 +7577,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break f 13 @@ -7589,7 +7589,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma r 47 @@ -7601,7 +7601,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break f 13 @@ -7613,7 +7613,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma r 15 @@ -7625,7 +7625,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break f 13 @@ -7637,7 +7637,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma o 18 @@ -7649,7 +7649,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 13 @@ -7661,7 +7661,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma o 13 @@ -7673,7 +7673,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 19 @@ -7685,7 +7685,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 8 @@ -7697,7 +7697,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break f 13 @@ -7709,7 +7709,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma r 18 @@ -7721,7 +7721,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break f 13 @@ -7733,7 +7733,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma o 18 @@ -7745,7 +7745,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 13 @@ -7757,7 +7757,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma o 13 @@ -7769,7 +7769,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 19 @@ -7781,7 +7781,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break f 13 @@ -7793,7 +7793,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ] 34 @@ -7805,7 +7805,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 45 @@ -7817,7 +7817,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 45 @@ -7829,7 +7829,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 45 @@ -7841,7 +7841,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 7 @@ -7853,7 +7853,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break f 13 @@ -7865,7 +7865,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ] 14 @@ -7877,7 +7877,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma a 13 @@ -7889,7 +7889,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 51 @@ -7901,7 +7901,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 51 @@ -7913,7 +7913,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break f 13 @@ -7925,7 +7925,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ] 12 @@ -7937,7 +7937,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma a 11 @@ -7949,7 +7949,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break " 16 @@ -7961,7 +7961,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ] 5 @@ -7973,7 +7973,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma } 4 @@ -7985,7 +7985,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break C 16 @@ -7997,7 +7997,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma } 50 diff --git a/idea/testData/inspections/trailingCommaOnWithoutCodeStyle/inspectionData/expected.xml b/idea/testData/inspections/trailingCommaOnWithoutCodeStyle/inspectionData/expected.xml index c69ca93f15c..42cdfcae924 100644 --- a/idea/testData/inspections/trailingCommaOnWithoutCodeStyle/inspectionData/expected.xml +++ b/idea/testData/inspections/trailingCommaOnWithoutCodeStyle/inspectionData/expected.xml @@ -1,11 +1,1415 @@ + + ArgumentList.kt + 2 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 3 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 19 + 1 + + + ArgumentList.kt + 3 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 18 + 1 + + + ArgumentList.kt + 6 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 42 + 1 + + + ArgumentList.kt + 9 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 9 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 47 + 1 + + + ArgumentList.kt + 12 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 13 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 10 + 1 + + + ArgumentList.kt + 16 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 16 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + o + 18 + 1 + + + ArgumentList.kt + 20 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 14 + 1 + + + ArgumentList.kt + 20 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + o + 13 + 1 + + + ArgumentList.kt + 23 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + o + 13 + 1 + + + ArgumentList.kt + 26 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 19 + 1 + + + ArgumentList.kt + 30 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 56 + 1 + + + ArgumentList.kt + 32 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + ArgumentList.kt + 34 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 51 + 1 + + + ArgumentList.kt + 38 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + " + 16 + 1 + + + ArgumentList.kt + 42 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 5 + 1 + + + ArgumentList.kt + 42 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 4 + 1 + + + ArgumentList.kt + 46 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 51 + 1 + + + ArgumentList.kt + 48 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + C + 16 + 1 + + + ArgumentList.kt + 48 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 50 + 1 + + + ArgumentList.kt + 56 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 43 + 1 + + + ArgumentList.kt + 56 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 42 + 1 + + + ArgumentList.kt + 60 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + " + 16 + 1 + + + ArgumentList.kt + 64 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 5 + 1 + + + ArgumentList.kt + 64 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 4 + 1 + + + ArgumentList.kt + 68 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 42 + 1 + + + ArgumentList.kt + 70 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + { + 16 + 1 + + + ArgumentList.kt + 70 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 41 + 1 + + + ArgumentList.kt + 78 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 34 + 1 + + + ArgumentList.kt + 78 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 33 + 1 + + + ArgumentList.kt + 82 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + " + 16 + 1 + + + ArgumentList.kt + 86 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 5 + 1 + + + ArgumentList.kt + 86 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 4 + 1 + + + ArgumentList.kt + 90 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 48 + 1 + + + ArgumentList.kt + 92 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 16 + 1 + + + ArgumentList.kt + 92 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 47 + 1 + + + ArgumentList.kt + 100 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 40 + 1 + + + ArgumentList.kt + 100 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 39 + 1 + + + ArgumentList.kt + 104 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + " + 16 + 1 + + + ArgumentList.kt + 108 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 5 + 1 + + + ArgumentList.kt + 108 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 4 + 1 + + + ArgumentList.kt + 110 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + " + 16 + 1 + + + ArgumentList.kt + 112 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 5 + 1 + + + ArgumentList.kt + 112 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 4 + 1 + + + ArgumentList.kt + 116 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 90 + 1 + + + ArgumentList.kt + 118 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + o + 16 + 1 + + + ArgumentList.kt + 118 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 89 + 1 + + + ArgumentList.kt + 126 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 82 + 1 + + + ArgumentList.kt + 126 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 81 + 1 + + + ArgumentList.kt + 131 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 6 + 1 + + + ArgumentList.kt + 131 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + o + 16 + 1 + + + ArgumentList.kt + 134 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + / + 13 + 1 + + + ArgumentList.kt + 138 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 19 + 1 + + + ArgumentList.kt + 138 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 18 + 1 + + + ArgumentList.kt + 140 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 141 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 6 + 1 + + + ArgumentList.kt + 140 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 47 + 1 + + + ArgumentList.kt + 143 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 143 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 47 + 1 + + + ArgumentList.kt + 146 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 149 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 10 + 1 + + + ArgumentList.kt + 152 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 152 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + o + 18 + 1 + + + ArgumentList.kt + 155 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + + 13 + 1 + + + ArgumentList.kt + 156 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + o + 13 + 1 + + + ArgumentList.kt + 159 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 19 + 1 + + + ArgumentList.kt + 162 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 8 + 1 + + + ArgumentList.kt + 161 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 162 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 18 + 1 + + + ArgumentList.kt + 165 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 165 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + o + 18 + 1 + + + ArgumentList.kt + 168 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + + 13 + 1 + + + ArgumentList.kt + 169 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + o + 13 + 1 + + + ArgumentList.kt + 172 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 19 + 1 + + + ArgumentList.kt + 174 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 175 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 34 + 1 + + + ArgumentList.kt + 177 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + ArgumentList.kt + 179 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + ArgumentList.kt + 181 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + ArgumentList.kt + 182 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 7 + 1 + + + ArgumentList.kt + 181 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 182 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 14 + 1 + + + ArgumentList.kt + 182 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + a + 13 + 1 + + + ArgumentList.kt + 184 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 51 + 1 + + + ArgumentList.kt + 186 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 51 + 1 + + + ArgumentList.kt + 186 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 187 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 12 + 1 + + + ArgumentList.kt + 187 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + a + 11 + 1 + + + ArgumentList.kt + 189 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + " + 16 + 1 + + + ArgumentList.kt + 193 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 5 + 1 + + + ArgumentList.kt + 193 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 4 + 1 + + + ArgumentList.kt + 195 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + C + 16 + 1 + + + ArgumentList.kt + 195 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 50 + 1 + + + ArgumentList.kt + 198 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + o + 16 + 1 + + + ArgumentList.kt + 199 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 6 + 1 + + + ArgumentList.kt + 201 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 16 + 1 + + + ArgumentList.kt + 202 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 6 + 1 + + + ArgumentList.kt + 204 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + { + 16 + 1 + + + ArgumentList.kt + 205 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 33 + 1 + + + ArgumentList.kt + 208 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 8 + 1 + + + ArgumentList.kt + 207 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + C + 16 + 1 + + + ArgumentList.kt + 208 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 9 + 1 + + + ArgumentList.kt + 211 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 15 + 1 + + + ArgumentList.kt + 210 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + t + 30 + 1 + + + ArgumentList.kt + 211 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 16 + 1 + + + ArgumentList.kt + 211 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + ) + 15 + 1 + + + ArgumentList.kt + 210 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 211 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 25 + 1 + + + ArgumentList.kt + 211 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + a + 24 + 1 + + + ArgumentList.kt + 214 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 8 + 1 + + + ArgumentList.kt + 213 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + ArgumentList.kt + 214 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 9 + 1 + + + ArgumentList.kt + 221 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 10 + 1 + + + ArgumentList.kt + 223 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 10 + 1 + DestructuringDeclarationsInLambda.kt 1 testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 46 @@ -17,7 +1421,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 51 @@ -29,7 +1433,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 50 @@ -41,7 +1445,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break x 42 @@ -53,7 +1457,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 46 @@ -65,7 +1469,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma y 45 @@ -77,7 +1481,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 40 @@ -89,7 +1493,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 52 @@ -101,7 +1505,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 46 @@ -113,7 +1517,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma y 45 @@ -125,7 +1529,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 40 @@ -137,7 +1541,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 52 @@ -149,7 +1553,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 45 @@ -161,7 +1565,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 48 @@ -173,7 +1577,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 40 @@ -185,7 +1589,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 54 @@ -197,7 +1601,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 3 @@ -209,7 +1613,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break x 42 @@ -221,7 +1625,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 4 @@ -233,7 +1637,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 40 @@ -245,7 +1649,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 10 @@ -257,7 +1661,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 50 @@ -269,7 +1673,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 54 @@ -281,7 +1685,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break x 42 @@ -293,7 +1697,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 2 @@ -305,7 +1709,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma y 45 @@ -317,7 +1721,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 40 @@ -329,7 +1733,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 8 @@ -341,7 +1745,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 2 @@ -353,7 +1757,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break / 42 @@ -365,7 +1769,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 2 @@ -377,7 +1781,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma y 45 @@ -389,7 +1793,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 40 @@ -401,7 +1805,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 8 @@ -413,7 +1817,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 2 @@ -425,7 +1829,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break / 9 @@ -437,7 +1841,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break ) 2 @@ -449,7 +1853,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma y 45 @@ -461,7 +1865,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 11 @@ -473,7 +1877,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 46 @@ -485,7 +1889,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break 40 @@ -497,2839 +1901,7 @@ testProject light_idea_test_case - Trailing comma recommendations - Missing line break - - - 44 - 1 - - - LambdaParameterList.kt - 12 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - x - 9 - 1 - - - LambdaParameterList.kt - 13 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - - - 8 - 1 - - - LambdaParameterList.kt - 13 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 7 - 1 - - - LambdaParameterList.kt - 19 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 12 - 1 - - - LambdaParameterList.kt - 26 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - - - 38 - 1 - - - LambdaParameterList.kt - 33 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - LambdaParameterList.kt - 33 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - - - 5 - 1 - - - LambdaParameterList.kt - 48 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 12 - 1 - - - LambdaParameterList.kt - 56 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - - - 14 - 1 - - - LambdaParameterList.kt - 64 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - LambdaParameterList.kt - 64 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - - - 5 - 1 - - - LambdaParameterList.kt - 75 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 12 - 1 - - - LambdaParameterList.kt - 81 - testProject - light_idea_test_case - - Trailing comma recommendations - Useless trailing comma - , - 13 - 1 - - - LambdaParameterList.kt - 87 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - LambdaParameterList.kt - 87 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - - - 5 - 1 - - - LambdaParameterList.kt - 100 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 12 - 1 - - - LambdaParameterList.kt - 108 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - - - 17 - 1 - - - LambdaParameterList.kt - 115 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - LambdaParameterList.kt - 115 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - - - 8 - 1 - - - LambdaParameterList.kt - 122 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - LambdaParameterList.kt - 122 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - - - 8 - 1 - - - LambdaParameterList.kt - 127 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 34 - 1 - - - LambdaParameterList.kt - 139 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - x - 9 - 1 - - - LambdaParameterList.kt - 146 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - t - 9 - 1 - - - LambdaParameterList.kt - 153 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - LambdaParameterList.kt - 153 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 20 - 1 - - - LambdaParameterList.kt - 160 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 9 - 1 - - - LambdaParameterList.kt - 160 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 25 - 1 - - - LambdaParameterList.kt - 168 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - - - 17 - 1 - - - LambdaParameterList.kt - 175 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - LambdaParameterList.kt - 175 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - - - 8 - 1 - - - LambdaParameterList.kt - 182 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - LambdaParameterList.kt - 182 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - - - 8 - 1 - - - LambdaParameterList.kt - 187 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 34 - 1 - - - LambdaValueParameters.kt - 4 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - > - 36 - 1 - - - LambdaValueParameters.kt - 11 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - > - 36 - 1 - - - LambdaValueParameters.kt - 20 - testProject - light_idea_test_case - - Trailing comma recommendations - Useless trailing comma - , - 76 - 1 - - - LambdaValueParameters.kt - 24 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - y - 12 - 1 - - - LambdaValueParameters.kt - 33 - testProject - light_idea_test_case - - Trailing comma recommendations - Useless trailing comma - , - 45 - 1 - - - LambdaValueParameters.kt - 37 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - y - 12 - 1 - - - LambdaValueParameters.kt - 37 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - > - 44 - 1 - - - LambdaValueParameters.kt - 43 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 41 - 1 - - - LambdaValueParameters.kt - 43 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - > - 40 - 1 - - - LambdaValueParameters.kt - 49 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - > - 36 - 1 - - - LambdaValueParameters.kt - 54 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - y - 12 - 1 - - - LambdaValueParameters.kt - 54 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - > - 75 - 1 - - - LambdaValueParameters.kt - 61 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 6 - 1 - - - LambdaValueParameters.kt - 60 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - y - 12 - 1 - - - LambdaValueParameters.kt - 62 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 6 - 1 - - - LambdaValueParameters.kt - 70 - testProject - light_idea_test_case - - Trailing comma recommendations - Useless trailing comma - , - 49 - 1 - - - LambdaValueParameters.kt - 74 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - y - 12 - 1 - - - LambdaValueParameters.kt - 74 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - > - 44 - 1 - - - LambdaValueParameters.kt - 79 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - - 12 - 1 - - - LambdaValueParameters.kt - 80 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 43 - 1 - - - LambdaValueParameters.kt - 80 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - > - 42 - 1 - - - MultiVariableDeclaration.kt - 12 - testProject - light_idea_test_case - - Trailing comma recommendations - Useless trailing comma - , - 13 - 1 - - - MultiVariableDeclaration.kt - 14 - testProject - light_idea_test_case - - Trailing comma recommendations - Useless trailing comma - , - 10 - 1 - - - MultiVariableDeclaration.kt - 17 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - a - 9 - 1 - - - MultiVariableDeclaration.kt - 21 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - a - 9 - 1 - - - MultiVariableDeclaration.kt - 21 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - a - 9 - 1 - - - MultiVariableDeclaration.kt - 25 - testProject - light_idea_test_case - - Trailing comma recommendations - Useless trailing comma - , - 10 - 1 - - - MultiVariableDeclaration.kt - 28 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 10 - 1 - - - MultiVariableDeclaration.kt - 30 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - a - 9 - 1 - - - MultiVariableDeclaration.kt - 30 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - b - 12 - 1 - - - MultiVariableDeclaration.kt - 33 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - a - 9 - 1 - - - MultiVariableDeclaration.kt - 34 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 9 - 1 - - - MultiVariableDeclaration.kt - 34 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - b - 8 - 1 - - - MultiVariableDeclaration.kt - 37 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - b - 11 - 1 - - - MultiVariableDeclaration.kt - 44 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - a - 9 - 1 - - - MultiVariableDeclaration.kt - 45 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - f - 11 - 1 - - - MultiVariableDeclaration.kt - 48 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - a - 9 - 1 - - - MultiVariableDeclaration.kt - 61 - testProject - light_idea_test_case - - Trailing comma recommendations - Useless trailing comma - , - 17 - 1 - - - MultiVariableDeclaration.kt - 63 - testProject - light_idea_test_case - - Trailing comma recommendations - Useless trailing comma - , - 21 - 1 - - - MultiVariableDeclaration.kt - 65 - testProject - light_idea_test_case - - Trailing comma recommendations - Useless trailing comma - , - 14 - 1 - - - MultiVariableDeclaration.kt - 68 - testProject - light_idea_test_case - - Trailing comma recommendations - Useless trailing comma - , - 10 - 1 - - - MultiVariableDeclaration.kt - 70 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - a - 9 - 1 - - - MultiVariableDeclaration.kt - 70 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - b - 12 - 1 - - - MultiVariableDeclaration.kt - 73 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - a - 9 - 1 - - - MultiVariableDeclaration.kt - 73 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - b - 12 - 1 - - - MultiVariableDeclaration.kt - 76 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - a - 9 - 1 - - - MultiVariableDeclaration.kt - 76 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - b - 16 - 1 - - - MultiVariableDeclaration.kt - 79 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - a - 9 - 1 - - - MultiVariableDeclaration.kt - 80 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 17 - 1 - - - MultiVariableDeclaration.kt - 80 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - b - 16 - 1 - - - MultiVariableDeclaration.kt - 84 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 8 - 1 - - - MultiVariableDeclaration.kt - 83 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - b - 11 - 1 - - - MultiVariableDeclaration.kt - 90 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - a - 9 - 1 - - - MultiVariableDeclaration.kt - 93 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 10 - 1 - - - MultiVariableDeclaration.kt - 91 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - f - 11 - 1 - - - MultiVariableDeclaration.kt - 97 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 12 - 1 - - - MultiVariableDeclaration.kt - 95 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - a - 9 - 1 - - - ParameterList.kt - 20 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 16 - 1 - - - ParameterList.kt - 33 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 18 - 1 - - - ParameterList.kt - 46 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 8 - 1 - - - ParameterList.kt - 46 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 9 - 1 - - - ParameterList.kt - 76 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 16 - 1 - - - ParameterList.kt - 92 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 18 - 1 - - - ParameterList.kt - 108 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 8 - 1 - - - ParameterList.kt - 108 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 9 - 1 - - - ParameterList.kt - 118 - testProject - light_idea_test_case - - Trailing comma recommendations - Useless trailing comma - , - 25 - 1 - - - ParameterList.kt - 135 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 18 - 1 - - - ParameterList.kt - 145 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 8 - 1 - - - ParameterList.kt - 145 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 9 - 1 - - - ParameterList.kt - 157 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 29 - 1 - - - ParameterList.kt - 171 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 28 - 1 - - - ParameterList.kt - 171 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 27 - 1 - - - ParameterList.kt - 184 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 16 - 1 - - - ParameterList.kt - 189 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 18 - 1 - - - ParameterList.kt - 194 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - ParameterList.kt - 194 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 5 - 1 - - - ParameterList.kt - 205 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 16 - 1 - - - ParameterList.kt - 211 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 18 - 1 - - - ParameterList.kt - 217 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - ParameterList.kt - 217 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 5 - 1 - - - ParameterList.kt - 224 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 16 - 1 - - - ParameterList.kt - 228 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 18 - 1 - - - ParameterList.kt - 232 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - ParameterList.kt - 232 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 5 - 1 - - - ParameterList.kt - 243 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 16 - 1 - - - ParameterList.kt - 249 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 21 - 1 - - - ParameterList.kt - 255 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - ParameterList.kt - 255 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 8 - 1 - - - ParameterList.kt - 260 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - ParameterList.kt - 260 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 8 - 1 - - - ParameterList.kt - 263 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 46 - 1 - - - ParameterList.kt - 269 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - 2 - 9 - 1 - - - ParameterList.kt - 279 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - y - 4 - 1 - - - ParameterList.kt - 295 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - x - 4 - 1 - - - ParameterList.kt - 298 - testProject - light_idea_test_case - - Trailing comma recommendations - Useless trailing comma - , - 30 - 1 - - - ParameterList.kt - 302 - testProject - light_idea_test_case - - Trailing comma recommendations - Useless trailing comma - , - 52 - 1 - - - ParameterList.kt - 315 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - t - 9 - 1 - - - ParameterList.kt - 321 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - t - 9 - 1 - - - ParameterList.kt - 334 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - x - 17 - 1 - - - ParameterList.kt - 338 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 17 - 1 - - - ParameterList.kt - 337 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - x - 17 - 1 - - - ParameterList.kt - 338 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 18 - 1 - - - ParameterList.kt - 347 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 12 - 1 - - - ParameterList.kt - 352 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 14 - 1 - - - ParameterList.kt - 357 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - ParameterList.kt - 357 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 5 - 1 - - - ParameterList.kt - 368 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 12 - 1 - - - ParameterList.kt - 374 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 14 - 1 - - - ParameterList.kt - 380 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - ParameterList.kt - 380 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 5 - 1 - - - ParameterList.kt - 387 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 12 - 1 - - - ParameterList.kt - 391 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 14 - 1 - - - ParameterList.kt - 395 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - ParameterList.kt - 395 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 5 - 1 - - - ParameterList.kt - 399 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - ParameterList.kt - 407 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 12 - 1 - - - ParameterList.kt - 410 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - x - 7 - 1 - - - ParameterList.kt - 412 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 20 - 1 - - - ParameterList.kt - 418 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - ParameterList.kt - 418 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 8 - 1 - - - ParameterList.kt - 422 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - 2 - 9 - 1 - - - ParameterList.kt - 428 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - 2 - 9 - 1 - - - ParameterList.kt - 433 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 28 - 1 - - - ParameterList.kt - 438 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 14 - 1 - - - ParameterList.kt - 438 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 34 - 1 - - - ParameterList.kt - 444 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 21 - 1 - - - ParameterList.kt - 449 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - ParameterList.kt - 449 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 8 - 1 - - - ParameterList.kt - 454 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - ParameterList.kt - 454 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - ) - 8 - 1 - - - ParameterList.kt - 457 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 46 - 1 - - - TypeParameterList.kt - 8 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - x - 9 - 1 - - - TypeParameterList.kt - 9 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 8 - 1 - - - TypeParameterList.kt - 9 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 7 - 1 - - - TypeParameterList.kt - 13 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 12 - 1 - - - TypeParameterList.kt - 18 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 14 - 1 - - - TypeParameterList.kt - 23 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - TypeParameterList.kt - 23 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 5 - 1 - - - TypeParameterList.kt - 34 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 12 - 1 - - - TypeParameterList.kt - 40 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 14 - 1 - - - TypeParameterList.kt - 46 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - TypeParameterList.kt - 46 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 5 - 1 - - - TypeParameterList.kt - 53 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 12 - 1 - - - TypeParameterList.kt - 57 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 14 - 1 - - - TypeParameterList.kt - 61 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - TypeParameterList.kt - 61 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 5 - 1 - - - TypeParameterList.kt - 72 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 12 - 1 - - - TypeParameterList.kt - 78 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 17 - 1 - - - TypeParameterList.kt - 84 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - TypeParameterList.kt - 84 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 8 - 1 - - - TypeParameterList.kt - 89 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - TypeParameterList.kt - 89 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 8 - 1 - - - TypeParameterList.kt - 92 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 34 - 1 - - - TypeParameterList.kt - 96 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - v - 15 - 1 - - - TypeParameterList.kt - 100 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - x - 5 - 1 - - - TypeParameterList.kt - 104 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - x - 5 - 1 - - - TypeParameterList.kt - 105 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 12 - 1 - - - TypeParameterList.kt - 110 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 14 - 1 - - - TypeParameterList.kt - 115 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - TypeParameterList.kt - 115 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 5 - 1 - - - TypeParameterList.kt - 126 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 12 - 1 - - - TypeParameterList.kt - 132 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 14 - 1 - - - TypeParameterList.kt - 138 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - TypeParameterList.kt - 138 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 5 - 1 - - - TypeParameterList.kt - 145 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 12 - 1 - - - TypeParameterList.kt - 149 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 14 - 1 - - - TypeParameterList.kt - 153 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - TypeParameterList.kt - 153 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 5 - 1 - - - TypeParameterList.kt - 157 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - TypeParameterList.kt - 165 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 12 - 1 - - - TypeParameterList.kt - 168 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - x - 5 - 1 - - - TypeParameterList.kt - 170 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 20 - 1 - - - TypeParameterList.kt - 176 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - TypeParameterList.kt - 176 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 8 - 1 - - - TypeParameterList.kt - 179 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - x - 4 - 1 - - - TypeParameterList.kt - 187 - testProject - light_idea_test_case - - Trailing comma recommendations - Useless trailing comma - , - 6 - 1 - - - TypeParameterList.kt - 192 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 9 - 1 - - - TypeParameterList.kt - 192 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - T - 8 - 1 - - - TypeParameterList.kt - 197 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - t - 9 - 1 - - - TypeParameterList.kt - 202 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - TypeParameterList.kt - 202 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 20 - 1 - - - TypeParameterList.kt - 207 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 9 - 1 - - - TypeParameterList.kt - 207 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 25 - 1 - - - TypeParameterList.kt - 213 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 17 - 1 - - - TypeParameterList.kt - 218 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - TypeParameterList.kt - 218 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 8 - 1 - - - TypeParameterList.kt - 223 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - TypeParameterList.kt - 223 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 8 - 1 - - - TypeParameterList.kt - 226 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 34 - 1 - - - TypeParameterList.kt - 230 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - t - 9 - 1 - - - TypeParameterList.kt - 235 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - TypeParameterList.kt - 235 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 20 - 1 - - - TypeParameterList.kt - 240 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 9 - 1 - - - TypeParameterList.kt - 240 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 31 - 1 - - - TypeParameterList.kt - 247 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 8 - 1 - - - TypeParameterList.kt - 247 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 9 - 1 - - - TypeParameterList.kt - 252 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - TypeParameterList.kt - 252 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 12 - 1 - - - TypeParameterList.kt - 257 - testProject - light_idea_test_case - - Trailing comma recommendations - Comma loses the advantages in this position - , - 4 - 1 - - - TypeParameterList.kt - 257 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing line break - > - 8 - 1 - - - TypeParameterList.kt - 260 - testProject - light_idea_test_case - - Trailing comma recommendations - Missing trailing comma - g - 34 - 1 - - - WhenEntry.kt - 15 - testProject - light_idea_test_case - - Trailing comma recommendations + Trailing comma recommendations Missing line break - 44 @@ -3341,7 +1913,19 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations + Missing line break + - + 44 + 1 + + + WhenEntry.kt + 15 + testProject + light_idea_test_case + + Trailing comma recommendations Missing trailing comma s 20 @@ -3353,7 +1937,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Comma loses the advantages in this position , 43 @@ -3365,7 +1949,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 45 @@ -3377,7 +1961,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Useless trailing comma , 9 @@ -3389,7 +1973,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma 1 8 @@ -3401,7 +1985,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 15 @@ -3413,7 +1997,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma 3 8 @@ -3425,7 +2009,7 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing line break - 15 @@ -3437,10 +2021,5986 @@ testProject light_idea_test_case - Trailing comma recommendations + Trailing comma recommendations Missing trailing comma 3 8 1 + + LambdaValueParameters.kt + 4 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + > + 36 + 1 + + + LambdaValueParameters.kt + 11 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + > + 36 + 1 + + + LambdaValueParameters.kt + 20 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 76 + 1 + + + LambdaValueParameters.kt + 24 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + y + 12 + 1 + + + LambdaValueParameters.kt + 33 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + LambdaValueParameters.kt + 37 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + y + 12 + 1 + + + LambdaValueParameters.kt + 37 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + > + 44 + 1 + + + LambdaValueParameters.kt + 43 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 41 + 1 + + + LambdaValueParameters.kt + 43 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + > + 40 + 1 + + + LambdaValueParameters.kt + 49 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + > + 36 + 1 + + + LambdaValueParameters.kt + 54 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + y + 12 + 1 + + + LambdaValueParameters.kt + 54 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + > + 75 + 1 + + + LambdaValueParameters.kt + 61 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 6 + 1 + + + LambdaValueParameters.kt + 60 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + y + 12 + 1 + + + LambdaValueParameters.kt + 62 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 6 + 1 + + + LambdaValueParameters.kt + 70 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 49 + 1 + + + LambdaValueParameters.kt + 74 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + y + 12 + 1 + + + LambdaValueParameters.kt + 74 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + > + 44 + 1 + + + LambdaValueParameters.kt + 79 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + + 12 + 1 + + + LambdaValueParameters.kt + 80 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 43 + 1 + + + LambdaValueParameters.kt + 80 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + > + 42 + 1 + + + Enum.kt + 24 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + 1 + 8 + 1 + + + Enum.kt + 30 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + 1 + 8 + 1 + + + Enum.kt + 36 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + 1 + 8 + 1 + + + ParameterList.kt + 20 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 16 + 1 + + + ParameterList.kt + 33 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 18 + 1 + + + ParameterList.kt + 46 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 8 + 1 + + + ParameterList.kt + 46 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 9 + 1 + + + ParameterList.kt + 76 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 16 + 1 + + + ParameterList.kt + 92 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 18 + 1 + + + ParameterList.kt + 108 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 8 + 1 + + + ParameterList.kt + 108 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 9 + 1 + + + ParameterList.kt + 118 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 25 + 1 + + + ParameterList.kt + 135 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 18 + 1 + + + ParameterList.kt + 145 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 8 + 1 + + + ParameterList.kt + 145 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 9 + 1 + + + ParameterList.kt + 157 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 29 + 1 + + + ParameterList.kt + 171 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 28 + 1 + + + ParameterList.kt + 171 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 27 + 1 + + + ParameterList.kt + 184 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 16 + 1 + + + ParameterList.kt + 189 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 18 + 1 + + + ParameterList.kt + 194 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + ParameterList.kt + 194 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 5 + 1 + + + ParameterList.kt + 205 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 16 + 1 + + + ParameterList.kt + 211 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 18 + 1 + + + ParameterList.kt + 217 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + ParameterList.kt + 217 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 5 + 1 + + + ParameterList.kt + 224 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 16 + 1 + + + ParameterList.kt + 228 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 18 + 1 + + + ParameterList.kt + 232 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + ParameterList.kt + 232 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 5 + 1 + + + ParameterList.kt + 243 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 16 + 1 + + + ParameterList.kt + 249 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 21 + 1 + + + ParameterList.kt + 255 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + ParameterList.kt + 255 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 8 + 1 + + + ParameterList.kt + 260 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + ParameterList.kt + 260 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 8 + 1 + + + ParameterList.kt + 263 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 46 + 1 + + + ParameterList.kt + 269 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + 2 + 9 + 1 + + + ParameterList.kt + 279 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + y + 4 + 1 + + + ParameterList.kt + 295 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + x + 4 + 1 + + + ParameterList.kt + 298 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 30 + 1 + + + ParameterList.kt + 302 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 52 + 1 + + + ParameterList.kt + 315 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + t + 9 + 1 + + + ParameterList.kt + 321 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + t + 9 + 1 + + + ParameterList.kt + 334 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + x + 17 + 1 + + + ParameterList.kt + 338 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 17 + 1 + + + ParameterList.kt + 337 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + x + 17 + 1 + + + ParameterList.kt + 338 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 18 + 1 + + + ParameterList.kt + 347 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 12 + 1 + + + ParameterList.kt + 352 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 14 + 1 + + + ParameterList.kt + 357 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + ParameterList.kt + 357 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 5 + 1 + + + ParameterList.kt + 368 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 12 + 1 + + + ParameterList.kt + 374 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 14 + 1 + + + ParameterList.kt + 380 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + ParameterList.kt + 380 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 5 + 1 + + + ParameterList.kt + 387 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 12 + 1 + + + ParameterList.kt + 391 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 14 + 1 + + + ParameterList.kt + 395 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + ParameterList.kt + 395 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 5 + 1 + + + ParameterList.kt + 399 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + ParameterList.kt + 407 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 12 + 1 + + + ParameterList.kt + 410 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + x + 7 + 1 + + + ParameterList.kt + 412 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 20 + 1 + + + ParameterList.kt + 418 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + ParameterList.kt + 418 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 8 + 1 + + + ParameterList.kt + 422 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + 2 + 9 + 1 + + + ParameterList.kt + 428 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + 2 + 9 + 1 + + + ParameterList.kt + 433 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 28 + 1 + + + ParameterList.kt + 438 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 14 + 1 + + + ParameterList.kt + 438 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 34 + 1 + + + ParameterList.kt + 444 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 21 + 1 + + + ParameterList.kt + 449 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + ParameterList.kt + 449 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 8 + 1 + + + ParameterList.kt + 454 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + ParameterList.kt + 454 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 8 + 1 + + + ParameterList.kt + 457 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 46 + 1 + + + MultiVariableDeclaration.kt + 12 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 13 + 1 + + + MultiVariableDeclaration.kt + 14 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 10 + 1 + + + MultiVariableDeclaration.kt + 17 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + a + 9 + 1 + + + MultiVariableDeclaration.kt + 21 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + a + 9 + 1 + + + MultiVariableDeclaration.kt + 21 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + a + 9 + 1 + + + MultiVariableDeclaration.kt + 25 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 10 + 1 + + + MultiVariableDeclaration.kt + 28 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 10 + 1 + + + MultiVariableDeclaration.kt + 30 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + a + 9 + 1 + + + MultiVariableDeclaration.kt + 30 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + b + 12 + 1 + + + MultiVariableDeclaration.kt + 33 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + a + 9 + 1 + + + MultiVariableDeclaration.kt + 34 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 9 + 1 + + + MultiVariableDeclaration.kt + 34 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + b + 8 + 1 + + + MultiVariableDeclaration.kt + 37 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + b + 11 + 1 + + + MultiVariableDeclaration.kt + 44 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + a + 9 + 1 + + + MultiVariableDeclaration.kt + 45 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + f + 11 + 1 + + + MultiVariableDeclaration.kt + 48 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + a + 9 + 1 + + + MultiVariableDeclaration.kt + 61 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 17 + 1 + + + MultiVariableDeclaration.kt + 63 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 21 + 1 + + + MultiVariableDeclaration.kt + 65 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 14 + 1 + + + MultiVariableDeclaration.kt + 68 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 10 + 1 + + + MultiVariableDeclaration.kt + 70 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + a + 9 + 1 + + + MultiVariableDeclaration.kt + 70 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + b + 12 + 1 + + + MultiVariableDeclaration.kt + 73 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + a + 9 + 1 + + + MultiVariableDeclaration.kt + 73 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + b + 12 + 1 + + + MultiVariableDeclaration.kt + 76 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + a + 9 + 1 + + + MultiVariableDeclaration.kt + 76 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + b + 16 + 1 + + + MultiVariableDeclaration.kt + 79 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + a + 9 + 1 + + + MultiVariableDeclaration.kt + 80 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 17 + 1 + + + MultiVariableDeclaration.kt + 80 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + b + 16 + 1 + + + MultiVariableDeclaration.kt + 84 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 8 + 1 + + + MultiVariableDeclaration.kt + 83 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + b + 11 + 1 + + + MultiVariableDeclaration.kt + 90 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + a + 9 + 1 + + + MultiVariableDeclaration.kt + 93 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 10 + 1 + + + MultiVariableDeclaration.kt + 91 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + f + 11 + 1 + + + MultiVariableDeclaration.kt + 97 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 12 + 1 + + + MultiVariableDeclaration.kt + 95 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + a + 9 + 1 + + + CollectionLiteralInAnnotation.kt + 4 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 8 + 1 + + + CollectionLiteralInAnnotation.kt + 7 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + 1 + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 7 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + 1 + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 7 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 8 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 8 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + ] + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 12 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 13 + 1 + + + CollectionLiteralInAnnotation.kt + 11 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 12 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 14 + 1 + + + CollectionLiteralInAnnotation.kt + 12 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + ] + 13 + 1 + + + CollectionLiteralInAnnotation.kt + 16 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 12 + 1 + + + CollectionLiteralInAnnotation.kt + 16 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + 1 + 10 + 1 + + + CollectionLiteralInAnnotation.kt + 15 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 16 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 13 + 1 + + + CollectionLiteralInAnnotation.kt + 16 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + ] + 12 + 1 + + + CollectionLiteralInAnnotation.kt + 22 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 11 + 1 + + + CollectionLiteralInAnnotation.kt + 25 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + 1 + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 25 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + 2 + 10 + 1 + + + CollectionLiteralInAnnotation.kt + 25 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 26 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 26 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + ] + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 30 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 16 + 1 + + + CollectionLiteralInAnnotation.kt + 29 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 30 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 17 + 1 + + + CollectionLiteralInAnnotation.kt + 30 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + ] + 16 + 1 + + + CollectionLiteralInAnnotation.kt + 34 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 15 + 1 + + + CollectionLiteralInAnnotation.kt + 34 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + 2 + 13 + 1 + + + CollectionLiteralInAnnotation.kt + 33 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 34 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 16 + 1 + + + CollectionLiteralInAnnotation.kt + 34 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + ] + 15 + 1 + + + CollectionLiteralInAnnotation.kt + 40 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 14 + 1 + + + CollectionLiteralInAnnotation.kt + 43 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + " + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 43 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + " + 9 + 1 + + + CollectionLiteralInAnnotation.kt + 43 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 44 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 44 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + ] + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 48 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 13 + 1 + + + CollectionLiteralInAnnotation.kt + 47 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 48 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 14 + 1 + + + CollectionLiteralInAnnotation.kt + 48 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + ] + 13 + 1 + + + CollectionLiteralInAnnotation.kt + 52 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 20 + 1 + + + CollectionLiteralInAnnotation.kt + 52 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + 2 + 18 + 1 + + + CollectionLiteralInAnnotation.kt + 51 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 52 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 21 + 1 + + + CollectionLiteralInAnnotation.kt + 52 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + ] + 20 + 1 + + + CollectionLiteralInAnnotation.kt + 55 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + 1 + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 56 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 55 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + 1 + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 55 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 56 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 56 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + ] + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 59 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + 1 + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 59 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 60 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 60 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + ] + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 63 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + 1 + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 63 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + 1 + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 63 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 64 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 64 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + ] + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 70 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 67 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + / + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 71 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 67 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 71 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 8 + 1 + + + CollectionLiteralInAnnotation.kt + 71 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + ] + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 76 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 10 + 1 + + + CollectionLiteralInAnnotation.kt + 76 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + 1 + 8 + 1 + + + CollectionLiteralInAnnotation.kt + 74 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 76 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 11 + 1 + + + CollectionLiteralInAnnotation.kt + 76 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + ] + 10 + 1 + + + CollectionLiteralInAnnotation.kt + 80 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 79 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + 1 + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 80 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 8 + 1 + + + CollectionLiteralInAnnotation.kt + 80 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + 2 + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 79 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 80 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 9 + 1 + + + CollectionLiteralInAnnotation.kt + 80 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + ] + 8 + 1 + + + CollectionLiteralInAnnotation.kt + 84 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 83 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + 1 + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 85 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 83 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 85 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 85 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + ] + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 88 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + / + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 89 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + 2 + 9 + 1 + + + CollectionLiteralInAnnotation.kt + 88 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 90 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 90 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + ] + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 93 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + " + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 93 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + " + 9 + 1 + + + CollectionLiteralInAnnotation.kt + 93 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 94 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 94 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + ] + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 98 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 13 + 1 + + + CollectionLiteralInAnnotation.kt + 97 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 98 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 14 + 1 + + + CollectionLiteralInAnnotation.kt + 98 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + ] + 13 + 1 + + + CollectionLiteralInAnnotation.kt + 103 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 102 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + 2 + 14 + 1 + + + CollectionLiteralInAnnotation.kt + 101 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + [ + 6 + 1 + + + CollectionLiteralInAnnotation.kt + 103 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ) + 8 + 1 + + + CollectionLiteralInAnnotation.kt + 103 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + ] + 7 + 1 + + + CollectionLiteralInAnnotation.kt + 109 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + s + 26 + 1 + + + LambdaParameterList.kt + 12 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + x + 9 + 1 + + + LambdaParameterList.kt + 13 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + - + 8 + 1 + + + LambdaParameterList.kt + 13 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 7 + 1 + + + LambdaParameterList.kt + 19 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 12 + 1 + + + LambdaParameterList.kt + 26 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + - + 38 + 1 + + + LambdaParameterList.kt + 33 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + LambdaParameterList.kt + 33 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + - + 5 + 1 + + + LambdaParameterList.kt + 48 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 12 + 1 + + + LambdaParameterList.kt + 56 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + - + 14 + 1 + + + LambdaParameterList.kt + 64 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + LambdaParameterList.kt + 64 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + - + 5 + 1 + + + LambdaParameterList.kt + 75 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 12 + 1 + + + LambdaParameterList.kt + 81 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 13 + 1 + + + LambdaParameterList.kt + 87 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + LambdaParameterList.kt + 87 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + - + 5 + 1 + + + LambdaParameterList.kt + 100 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 12 + 1 + + + LambdaParameterList.kt + 108 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + - + 17 + 1 + + + LambdaParameterList.kt + 115 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + LambdaParameterList.kt + 115 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + - + 8 + 1 + + + LambdaParameterList.kt + 122 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + LambdaParameterList.kt + 122 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + - + 8 + 1 + + + LambdaParameterList.kt + 127 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 34 + 1 + + + LambdaParameterList.kt + 139 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + x + 9 + 1 + + + LambdaParameterList.kt + 146 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + t + 9 + 1 + + + LambdaParameterList.kt + 153 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + LambdaParameterList.kt + 153 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 20 + 1 + + + LambdaParameterList.kt + 160 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 9 + 1 + + + LambdaParameterList.kt + 160 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 25 + 1 + + + LambdaParameterList.kt + 168 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + - + 17 + 1 + + + LambdaParameterList.kt + 175 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + LambdaParameterList.kt + 175 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + - + 8 + 1 + + + LambdaParameterList.kt + 182 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + LambdaParameterList.kt + 182 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + - + 8 + 1 + + + LambdaParameterList.kt + 187 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 34 + 1 + + + TypeParameterList.kt + 8 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + x + 9 + 1 + + + TypeParameterList.kt + 9 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 8 + 1 + + + TypeParameterList.kt + 9 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 7 + 1 + + + TypeParameterList.kt + 13 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 12 + 1 + + + TypeParameterList.kt + 18 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 14 + 1 + + + TypeParameterList.kt + 23 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + TypeParameterList.kt + 23 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 5 + 1 + + + TypeParameterList.kt + 34 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 12 + 1 + + + TypeParameterList.kt + 40 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 14 + 1 + + + TypeParameterList.kt + 46 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + TypeParameterList.kt + 46 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 5 + 1 + + + TypeParameterList.kt + 53 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 12 + 1 + + + TypeParameterList.kt + 57 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 14 + 1 + + + TypeParameterList.kt + 61 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + TypeParameterList.kt + 61 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 5 + 1 + + + TypeParameterList.kt + 72 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 12 + 1 + + + TypeParameterList.kt + 78 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 17 + 1 + + + TypeParameterList.kt + 84 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + TypeParameterList.kt + 84 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 8 + 1 + + + TypeParameterList.kt + 89 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + TypeParameterList.kt + 89 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 8 + 1 + + + TypeParameterList.kt + 92 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 34 + 1 + + + TypeParameterList.kt + 96 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + v + 15 + 1 + + + TypeParameterList.kt + 100 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + x + 5 + 1 + + + TypeParameterList.kt + 104 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + x + 5 + 1 + + + TypeParameterList.kt + 105 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 12 + 1 + + + TypeParameterList.kt + 110 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 14 + 1 + + + TypeParameterList.kt + 115 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + TypeParameterList.kt + 115 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 5 + 1 + + + TypeParameterList.kt + 126 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 12 + 1 + + + TypeParameterList.kt + 132 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 14 + 1 + + + TypeParameterList.kt + 138 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + TypeParameterList.kt + 138 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 5 + 1 + + + TypeParameterList.kt + 145 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 12 + 1 + + + TypeParameterList.kt + 149 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 14 + 1 + + + TypeParameterList.kt + 153 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + TypeParameterList.kt + 153 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 5 + 1 + + + TypeParameterList.kt + 157 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + TypeParameterList.kt + 165 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 12 + 1 + + + TypeParameterList.kt + 168 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + x + 5 + 1 + + + TypeParameterList.kt + 170 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 20 + 1 + + + TypeParameterList.kt + 176 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + TypeParameterList.kt + 176 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 8 + 1 + + + TypeParameterList.kt + 179 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + x + 4 + 1 + + + TypeParameterList.kt + 187 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 6 + 1 + + + TypeParameterList.kt + 192 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 9 + 1 + + + TypeParameterList.kt + 192 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + T + 8 + 1 + + + TypeParameterList.kt + 197 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + t + 9 + 1 + + + TypeParameterList.kt + 202 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + TypeParameterList.kt + 202 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 20 + 1 + + + TypeParameterList.kt + 207 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 9 + 1 + + + TypeParameterList.kt + 207 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 25 + 1 + + + TypeParameterList.kt + 213 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 17 + 1 + + + TypeParameterList.kt + 218 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + TypeParameterList.kt + 218 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 8 + 1 + + + TypeParameterList.kt + 223 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + TypeParameterList.kt + 223 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 8 + 1 + + + TypeParameterList.kt + 226 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 34 + 1 + + + TypeParameterList.kt + 230 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + t + 9 + 1 + + + TypeParameterList.kt + 235 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + TypeParameterList.kt + 235 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 20 + 1 + + + TypeParameterList.kt + 240 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 9 + 1 + + + TypeParameterList.kt + 240 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 31 + 1 + + + TypeParameterList.kt + 247 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 8 + 1 + + + TypeParameterList.kt + 247 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 9 + 1 + + + TypeParameterList.kt + 252 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + TypeParameterList.kt + 252 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 12 + 1 + + + TypeParameterList.kt + 257 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 4 + 1 + + + TypeParameterList.kt + 257 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 8 + 1 + + + TypeParameterList.kt + 260 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + g + 34 + 1 + + + TypeArgumentList.kt + 3 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + t + 22 + 1 + + + TypeArgumentList.kt + 2 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 10 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 11 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 24 + 1 + + + TypeArgumentList.kt + 11 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 23 + 1 + + + TypeArgumentList.kt + 14 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 42 + 1 + + + TypeArgumentList.kt + 17 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 17 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 47 + 1 + + + TypeArgumentList.kt + 20 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 21 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 15 + 1 + + + TypeArgumentList.kt + 24 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 24 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + o + 18 + 1 + + + TypeArgumentList.kt + 28 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 14 + 1 + + + TypeArgumentList.kt + 28 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + o + 13 + 1 + + + TypeArgumentList.kt + 31 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + o + 13 + 1 + + + TypeArgumentList.kt + 34 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 19 + 1 + + + TypeArgumentList.kt + 38 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 56 + 1 + + + TypeArgumentList.kt + 41 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 12 + 1 + + + TypeArgumentList.kt + 40 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 41 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 13 + 1 + + + TypeArgumentList.kt + 43 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + TypeArgumentList.kt + 45 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 48 + 1 + + + TypeArgumentList.kt + 50 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 6 + 1 + + + TypeArgumentList.kt + 50 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + o + 16 + 1 + + + TypeArgumentList.kt + 53 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + / + 13 + 1 + + + TypeArgumentList.kt + 57 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 17 + 1 + + + TypeArgumentList.kt + 57 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 16 + 1 + + + TypeArgumentList.kt + 59 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 60 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 6 + 1 + + + TypeArgumentList.kt + 59 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 47 + 1 + + + TypeArgumentList.kt + 62 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 62 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 47 + 1 + + + TypeArgumentList.kt + 65 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 68 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 15 + 1 + + + TypeArgumentList.kt + 71 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 71 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + o + 18 + 1 + + + TypeArgumentList.kt + 74 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + + 13 + 1 + + + TypeArgumentList.kt + 75 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + o + 13 + 1 + + + TypeArgumentList.kt + 78 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 19 + 1 + + + TypeArgumentList.kt + 81 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 8 + 1 + + + TypeArgumentList.kt + 80 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 81 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 18 + 1 + + + TypeArgumentList.kt + 84 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 84 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + o + 18 + 1 + + + TypeArgumentList.kt + 87 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + + 13 + 1 + + + TypeArgumentList.kt + 88 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + o + 13 + 1 + + + TypeArgumentList.kt + 91 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 19 + 1 + + + TypeArgumentList.kt + 93 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 94 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 6 + 1 + + + TypeArgumentList.kt + 97 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 23 + 1 + + + TypeArgumentList.kt + 99 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 100 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 34 + 1 + + + TypeArgumentList.kt + 102 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + TypeArgumentList.kt + 104 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + TypeArgumentList.kt + 106 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + TypeArgumentList.kt + 107 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 7 + 1 + + + TypeArgumentList.kt + 106 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 107 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 14 + 1 + + + TypeArgumentList.kt + 107 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + a + 13 + 1 + + + TypeArgumentList.kt + 109 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 51 + 1 + + + TypeArgumentList.kt + 111 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 51 + 1 + + + TypeArgumentList.kt + 111 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + TypeArgumentList.kt + 112 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + > + 12 + 1 + + + TypeArgumentList.kt + 112 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + a + 11 + 1 + + + IndicesAccess.kt + 2 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 3 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 24 + 1 + + + IndicesAccess.kt + 3 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 23 + 1 + + + IndicesAccess.kt + 6 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 42 + 1 + + + IndicesAccess.kt + 9 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 9 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 47 + 1 + + + IndicesAccess.kt + 12 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 13 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 15 + 1 + + + IndicesAccess.kt + 16 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 16 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + o + 18 + 1 + + + IndicesAccess.kt + 20 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 14 + 1 + + + IndicesAccess.kt + 20 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + o + 13 + 1 + + + IndicesAccess.kt + 23 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + o + 13 + 1 + + + IndicesAccess.kt + 26 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 19 + 1 + + + IndicesAccess.kt + 30 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 31 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 39 + 1 + + + IndicesAccess.kt + 33 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + IndicesAccess.kt + 35 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 51 + 1 + + + IndicesAccess.kt + 39 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + " + 16 + 1 + + + IndicesAccess.kt + 43 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 5 + 1 + + + IndicesAccess.kt + 43 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 4 + 1 + + + IndicesAccess.kt + 47 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 51 + 1 + + + IndicesAccess.kt + 49 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + C + 16 + 1 + + + IndicesAccess.kt + 50 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 33 + 1 + + + IndicesAccess.kt + 52 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + C + 16 + 1 + + + IndicesAccess.kt + 52 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 50 + 1 + + + IndicesAccess.kt + 60 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 43 + 1 + + + IndicesAccess.kt + 60 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 42 + 1 + + + IndicesAccess.kt + 64 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + " + 16 + 1 + + + IndicesAccess.kt + 68 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 17 + 1 + + + IndicesAccess.kt + 68 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 16 + 1 + + + IndicesAccess.kt + 72 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 42 + 1 + + + IndicesAccess.kt + 75 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 12 + 1 + + + IndicesAccess.kt + 74 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + { + 16 + 1 + + + IndicesAccess.kt + 75 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 13 + 1 + + + IndicesAccess.kt + 77 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + { + 16 + 1 + + + IndicesAccess.kt + 77 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 41 + 1 + + + IndicesAccess.kt + 81 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 34 + 1 + + + IndicesAccess.kt + 81 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 33 + 1 + + + IndicesAccess.kt + 85 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + " + 16 + 1 + + + IndicesAccess.kt + 89 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 5 + 1 + + + IndicesAccess.kt + 89 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 4 + 1 + + + IndicesAccess.kt + 91 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 107 + 1 + + + IndicesAccess.kt + 95 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 90 + 1 + + + IndicesAccess.kt + 97 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + o + 16 + 1 + + + IndicesAccess.kt + 97 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 89 + 1 + + + IndicesAccess.kt + 105 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 82 + 1 + + + IndicesAccess.kt + 105 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 81 + 1 + + + IndicesAccess.kt + 110 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 6 + 1 + + + IndicesAccess.kt + 110 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + o + 16 + 1 + + + IndicesAccess.kt + 113 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + / + 13 + 1 + + + IndicesAccess.kt + 117 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 17 + 1 + + + IndicesAccess.kt + 117 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 16 + 1 + + + IndicesAccess.kt + 119 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 120 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 6 + 1 + + + IndicesAccess.kt + 119 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 47 + 1 + + + IndicesAccess.kt + 122 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 122 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 47 + 1 + + + IndicesAccess.kt + 125 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 128 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 15 + 1 + + + IndicesAccess.kt + 131 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 131 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + o + 18 + 1 + + + IndicesAccess.kt + 134 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + + 13 + 1 + + + IndicesAccess.kt + 135 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + o + 13 + 1 + + + IndicesAccess.kt + 138 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 19 + 1 + + + IndicesAccess.kt + 141 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 8 + 1 + + + IndicesAccess.kt + 140 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 141 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + r + 18 + 1 + + + IndicesAccess.kt + 144 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 144 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + o + 18 + 1 + + + IndicesAccess.kt + 147 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + + 13 + 1 + + + IndicesAccess.kt + 148 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + o + 13 + 1 + + + IndicesAccess.kt + 151 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 19 + 1 + + + IndicesAccess.kt + 153 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 154 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 34 + 1 + + + IndicesAccess.kt + 156 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + IndicesAccess.kt + 158 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + IndicesAccess.kt + 160 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 45 + 1 + + + IndicesAccess.kt + 161 + testProject + light_idea_test_case + + Trailing comma recommendations + Comma loses the advantages in this position + , + 7 + 1 + + + IndicesAccess.kt + 160 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 161 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 14 + 1 + + + IndicesAccess.kt + 161 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + a + 13 + 1 + + + IndicesAccess.kt + 163 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 51 + 1 + + + IndicesAccess.kt + 165 + testProject + light_idea_test_case + + Trailing comma recommendations + Useless trailing comma + , + 51 + 1 + + + IndicesAccess.kt + 165 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + f + 13 + 1 + + + IndicesAccess.kt + 166 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 12 + 1 + + + IndicesAccess.kt + 166 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + a + 11 + 1 + + + IndicesAccess.kt + 168 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + " + 16 + 1 + + + IndicesAccess.kt + 172 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + ] + 5 + 1 + + + IndicesAccess.kt + 172 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 4 + 1 + + + IndicesAccess.kt + 174 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing line break + C + 16 + 1 + + + IndicesAccess.kt + 174 + testProject + light_idea_test_case + + Trailing comma recommendations + Missing trailing comma + } + 50 + 1 + \ No newline at end of file diff --git a/idea/testData/inspectionsLocal/trailingComma/destructuringDeclarations.kt b/idea/testData/inspectionsLocal/trailingComma/destructuringDeclarations.kt new file mode 100644 index 00000000000..9341a8a99e0 --- /dev/null +++ b/idea/testData/inspectionsLocal/trailingComma/destructuringDeclarations.kt @@ -0,0 +1,8 @@ +// COMPILER_ARGUMENTS: -XXLanguage:+TrailingCommas +// FIX: Add line break +// DISABLE-ERRORS + +fun a() { + val (a, + b,) = 1 to 2 +} \ No newline at end of file diff --git a/idea/testData/inspectionsLocal/trailingComma/destructuringDeclarations.kt.after b/idea/testData/inspectionsLocal/trailingComma/destructuringDeclarations.kt.after new file mode 100644 index 00000000000..496455cc05a --- /dev/null +++ b/idea/testData/inspectionsLocal/trailingComma/destructuringDeclarations.kt.after @@ -0,0 +1,10 @@ +// COMPILER_ARGUMENTS: -XXLanguage:+TrailingCommas +// FIX: Add line break +// DISABLE-ERRORS + +fun a() { + val ( + a, + b, + ) = 1 to 2 +} \ No newline at end of file diff --git a/idea/testData/inspectionsLocal/trailingComma/destructuringDeclarationsInLambda.kt b/idea/testData/inspectionsLocal/trailingComma/destructuringDeclarationsInLambda.kt new file mode 100644 index 00000000000..810ead4e4be --- /dev/null +++ b/idea/testData/inspectionsLocal/trailingComma/destructuringDeclarationsInLambda.kt @@ -0,0 +1,8 @@ +// COMPILER_ARGUMENTS: -XXLanguage:+TrailingCommas +// FIX: Fix comma position +// DISABLE-ERRORS + +fun a() { + val a = { (a, b // awd + ,/**/), c, -> } +} \ No newline at end of file diff --git a/idea/testData/inspectionsLocal/trailingComma/destructuringDeclarationsInLambda.kt.after b/idea/testData/inspectionsLocal/trailingComma/destructuringDeclarationsInLambda.kt.after new file mode 100644 index 00000000000..03c7660cda5 --- /dev/null +++ b/idea/testData/inspectionsLocal/trailingComma/destructuringDeclarationsInLambda.kt.after @@ -0,0 +1,10 @@ +// COMPILER_ARGUMENTS: -XXLanguage:+TrailingCommas +// FIX: Fix comma position +// DISABLE-ERRORS + +fun a() { + val a = { + ( + a, b, // awd/**/ + ), c, -> } +} \ No newline at end of file diff --git a/idea/testData/inspectionsLocal/trailingComma/functionArguments.kt b/idea/testData/inspectionsLocal/trailingComma/functionArguments.kt new file mode 100644 index 00000000000..e1a68fd203c --- /dev/null +++ b/idea/testData/inspectionsLocal/trailingComma/functionArguments.kt @@ -0,0 +1,8 @@ +// COMPILER_ARGUMENTS: -XXLanguage:+TrailingCommas +// FIX: Add trailing comma +// DISABLE-ERRORS + +fun a() { + b(1, 3, 2424, + awdawd) +} \ No newline at end of file diff --git a/idea/testData/inspectionsLocal/trailingComma/functionArguments.kt.after b/idea/testData/inspectionsLocal/trailingComma/functionArguments.kt.after new file mode 100644 index 00000000000..9f06914a8a5 --- /dev/null +++ b/idea/testData/inspectionsLocal/trailingComma/functionArguments.kt.after @@ -0,0 +1,10 @@ +// COMPILER_ARGUMENTS: -XXLanguage:+TrailingCommas +// FIX: Add trailing comma +// DISABLE-ERRORS + +fun a() { + b( + 1, 3, 2424, + awdawd, + ) +} \ No newline at end of file diff --git a/idea/testData/inspectionsLocal/trailingComma/indices.kt b/idea/testData/inspectionsLocal/trailingComma/indices.kt new file mode 100644 index 00000000000..a5919942828 --- /dev/null +++ b/idea/testData/inspectionsLocal/trailingComma/indices.kt @@ -0,0 +1,8 @@ +// COMPILER_ARGUMENTS: -XXLanguage:+TrailingCommas +// FIX: Add line break +// DISABLE-ERRORS + +fun a() { + g[1, 2, 3,/**/ + ] +} \ No newline at end of file diff --git a/idea/testData/inspectionsLocal/trailingComma/indices.kt.after b/idea/testData/inspectionsLocal/trailingComma/indices.kt.after new file mode 100644 index 00000000000..7f0494d7038 --- /dev/null +++ b/idea/testData/inspectionsLocal/trailingComma/indices.kt.after @@ -0,0 +1,9 @@ +// COMPILER_ARGUMENTS: -XXLanguage:+TrailingCommas +// FIX: Add line break +// DISABLE-ERRORS + +fun a() { + g[ + 1, 2, 3,/**/ + ] +} \ No newline at end of file diff --git a/idea/testData/inspectionsLocal/trailingComma/inner.kt b/idea/testData/inspectionsLocal/trailingComma/inner.kt new file mode 100644 index 00000000000..beba2529f50 --- /dev/null +++ b/idea/testData/inspectionsLocal/trailingComma/inner.kt @@ -0,0 +1,7 @@ +// COMPILER_ARGUMENTS: -XXLanguage:+TrailingCommas +// FIX: Add line break + +fun a( + a: Int, b: Any = fun(a: Int,) {},) { + +} \ No newline at end of file diff --git a/idea/testData/inspectionsLocal/trailingComma/inner.kt.after b/idea/testData/inspectionsLocal/trailingComma/inner.kt.after new file mode 100644 index 00000000000..19551065342 --- /dev/null +++ b/idea/testData/inspectionsLocal/trailingComma/inner.kt.after @@ -0,0 +1,8 @@ +// COMPILER_ARGUMENTS: -XXLanguage:+TrailingCommas +// FIX: Add line break + +fun a( + a: Int, b: Any = fun(a: Int) {}, +) { + +} \ No newline at end of file diff --git a/idea/testData/inspectionsLocal/trailingComma/lambda.kt b/idea/testData/inspectionsLocal/trailingComma/lambda.kt new file mode 100644 index 00000000000..efcb0c5ff22 --- /dev/null +++ b/idea/testData/inspectionsLocal/trailingComma/lambda.kt @@ -0,0 +1,9 @@ +// COMPILER_ARGUMENTS: -XXLanguage:+TrailingCommas +// FIX: Add line break + +fun a() { + val a = { a: Int, + b: Int, -> + + } +} \ No newline at end of file diff --git a/idea/testData/inspectionsLocal/trailingComma/lambda.kt.after b/idea/testData/inspectionsLocal/trailingComma/lambda.kt.after new file mode 100644 index 00000000000..6c2023aa03f --- /dev/null +++ b/idea/testData/inspectionsLocal/trailingComma/lambda.kt.after @@ -0,0 +1,11 @@ +// COMPILER_ARGUMENTS: -XXLanguage:+TrailingCommas +// FIX: Add line break + +fun a() { + val a = { + a: Int, + b: Int, + -> + + } +} \ No newline at end of file diff --git a/idea/testData/inspectionsLocal/trailingComma/literal.kt b/idea/testData/inspectionsLocal/trailingComma/literal.kt new file mode 100644 index 00000000000..b80845bbc45 --- /dev/null +++ b/idea/testData/inspectionsLocal/trailingComma/literal.kt @@ -0,0 +1,8 @@ +// COMPILER_ARGUMENTS: -XXLanguage:+TrailingCommas +// FIX: Add line break +// DISABLE-ERRORS + +@Anno( + [1, 2, 3, + ]) +class A diff --git a/idea/testData/inspectionsLocal/trailingComma/literal.kt.after b/idea/testData/inspectionsLocal/trailingComma/literal.kt.after new file mode 100644 index 00000000000..013e222fe34 --- /dev/null +++ b/idea/testData/inspectionsLocal/trailingComma/literal.kt.after @@ -0,0 +1,9 @@ +// COMPILER_ARGUMENTS: -XXLanguage:+TrailingCommas +// FIX: Add line break +// DISABLE-ERRORS + +@Anno( + [ + 1, 2, 3, + ]) +class A diff --git a/idea/testData/inspectionsLocal/trailingComma/simple.kt b/idea/testData/inspectionsLocal/trailingComma/simple.kt new file mode 100644 index 00000000000..c436f6cfd3d --- /dev/null +++ b/idea/testData/inspectionsLocal/trailingComma/simple.kt @@ -0,0 +1,7 @@ +// COMPILER_ARGUMENTS: -XXLanguage:+TrailingCommas +// PROBLEM: none + +fun a( + a: Int,) { + +} \ No newline at end of file diff --git a/idea/testData/inspectionsLocal/trailingComma/typeArguments.kt b/idea/testData/inspectionsLocal/trailingComma/typeArguments.kt new file mode 100644 index 00000000000..b6dd040d0a6 --- /dev/null +++ b/idea/testData/inspectionsLocal/trailingComma/typeArguments.kt @@ -0,0 +1,8 @@ +// COMPILER_ARGUMENTS: -XXLanguage:+TrailingCommas +// FIX: Add line break +// DISABLE-ERRORS + +fun a() { + b<Int, + >() +} \ No newline at end of file diff --git a/idea/testData/inspectionsLocal/trailingComma/typeArguments.kt.after b/idea/testData/inspectionsLocal/trailingComma/typeArguments.kt.after new file mode 100644 index 00000000000..b66504ff58c --- /dev/null +++ b/idea/testData/inspectionsLocal/trailingComma/typeArguments.kt.after @@ -0,0 +1,9 @@ +// COMPILER_ARGUMENTS: -XXLanguage:+TrailingCommas +// FIX: Add line break +// DISABLE-ERRORS + +fun a() { + b< + Int, + >() +} \ No newline at end of file diff --git a/idea/testData/inspectionsLocal/trailingComma/typeParameters.kt b/idea/testData/inspectionsLocal/trailingComma/typeParameters.kt new file mode 100644 index 00000000000..ac3db8d91e3 --- /dev/null +++ b/idea/testData/inspectionsLocal/trailingComma/typeParameters.kt @@ -0,0 +1,5 @@ +// COMPILER_ARGUMENTS: -XXLanguage:+TrailingCommas +// FIX: Add line break + +fun <T, + B,> a() = Unit \ No newline at end of file diff --git a/idea/testData/inspectionsLocal/trailingComma/typeParameters.kt.after b/idea/testData/inspectionsLocal/trailingComma/typeParameters.kt.after new file mode 100644 index 00000000000..5978a105c12 --- /dev/null +++ b/idea/testData/inspectionsLocal/trailingComma/typeParameters.kt.after @@ -0,0 +1,7 @@ +// COMPILER_ARGUMENTS: -XXLanguage:+TrailingCommas +// FIX: Add line break + +fun < + T, + B, + > a() = Unit \ No newline at end of file diff --git a/idea/testData/inspectionsLocal/trailingComma/whenEntry.kt b/idea/testData/inspectionsLocal/trailingComma/whenEntry.kt new file mode 100644 index 00000000000..1a2a2cd4354 --- /dev/null +++ b/idea/testData/inspectionsLocal/trailingComma/whenEntry.kt @@ -0,0 +1,9 @@ +// COMPILER_ARGUMENTS: -XXLanguage:+TrailingCommas +// FIX: Add line break + +fun a() { + when (val b = 5) { + 1, 2, + 3, -> + } +} \ No newline at end of file diff --git a/idea/testData/inspectionsLocal/trailingComma/whenEntry.kt.after b/idea/testData/inspectionsLocal/trailingComma/whenEntry.kt.after new file mode 100644 index 00000000000..d3446d89208 --- /dev/null +++ b/idea/testData/inspectionsLocal/trailingComma/whenEntry.kt.after @@ -0,0 +1,10 @@ +// COMPILER_ARGUMENTS: -XXLanguage:+TrailingCommas +// FIX: Add line break + +fun a() { + when (val b = 5) { + 1, 2, + 3, + -> + } +} \ No newline at end of file diff --git a/idea/tests/org/jetbrains/kotlin/idea/inspections/LocalInspectionTestGenerated.java b/idea/tests/org/jetbrains/kotlin/idea/inspections/LocalInspectionTestGenerated.java index 871e5b6ec9a..7a6993a0892 100644 --- a/idea/tests/org/jetbrains/kotlin/idea/inspections/LocalInspectionTestGenerated.java +++ b/idea/tests/org/jetbrains/kotlin/idea/inspections/LocalInspectionTestGenerated.java @@ -13115,6 +13115,41 @@ public class LocalInspectionTestGenerated extends AbstractLocalInspectionTest { runTest("idea/testData/inspectionsLocal/trailingComma/changeCommaPosition5.kt"); } + @TestMetadata("destructuringDeclarations.kt") + public void testDestructuringDeclarations() throws Exception { + runTest("idea/testData/inspectionsLocal/trailingComma/destructuringDeclarations.kt"); + } + + @TestMetadata("destructuringDeclarationsInLambda.kt") + public void testDestructuringDeclarationsInLambda() throws Exception { + runTest("idea/testData/inspectionsLocal/trailingComma/destructuringDeclarationsInLambda.kt"); + } + + @TestMetadata("functionArguments.kt") + public void testFunctionArguments() throws Exception { + runTest("idea/testData/inspectionsLocal/trailingComma/functionArguments.kt"); + } + + @TestMetadata("indices.kt") + public void testIndices() throws Exception { + runTest("idea/testData/inspectionsLocal/trailingComma/indices.kt"); + } + + @TestMetadata("inner.kt") + public void testInner() throws Exception { + runTest("idea/testData/inspectionsLocal/trailingComma/inner.kt"); + } + + @TestMetadata("lambda.kt") + public void testLambda() throws Exception { + runTest("idea/testData/inspectionsLocal/trailingComma/lambda.kt"); + } + + @TestMetadata("literal.kt") + public void testLiteral() throws Exception { + runTest("idea/testData/inspectionsLocal/trailingComma/literal.kt"); + } + @TestMetadata("missingLineBreak.kt") public void testMissingLineBreak() throws Exception { runTest("idea/testData/inspectionsLocal/trailingComma/missingLineBreak.kt"); @@ -13149,6 +13184,26 @@ public class LocalInspectionTestGenerated extends AbstractLocalInspectionTest { public void testRemoveComma4() throws Exception { runTest("idea/testData/inspectionsLocal/trailingComma/removeComma4.kt"); } + + @TestMetadata("simple.kt") + public void testSimple() throws Exception { + runTest("idea/testData/inspectionsLocal/trailingComma/simple.kt"); + } + + @TestMetadata("typeArguments.kt") + public void testTypeArguments() throws Exception { + runTest("idea/testData/inspectionsLocal/trailingComma/typeArguments.kt"); + } + + @TestMetadata("typeParameters.kt") + public void testTypeParameters() throws Exception { + runTest("idea/testData/inspectionsLocal/trailingComma/typeParameters.kt"); + } + + @TestMetadata("whenEntry.kt") + public void testWhenEntry() throws Exception { + runTest("idea/testData/inspectionsLocal/trailingComma/whenEntry.kt"); + } } @TestMetadata("idea/testData/inspectionsLocal/unlabeledReturnInsideLambda")