diff --git a/idea/testData/inspections/trailingCommaOffWithCodeStyle/ArgumentList.kt b/idea/testData/inspections/trailingCommaOff/ArgumentList.kt
similarity index 100%
rename from idea/testData/inspections/trailingCommaOffWithCodeStyle/ArgumentList.kt
rename to idea/testData/inspections/trailingCommaOff/ArgumentList.kt
diff --git a/idea/testData/inspections/trailingCommaOffWithCodeStyle/CollectionLiteralInAnnotation.kt b/idea/testData/inspections/trailingCommaOff/CollectionLiteralInAnnotation.kt
similarity index 100%
rename from idea/testData/inspections/trailingCommaOffWithCodeStyle/CollectionLiteralInAnnotation.kt
rename to idea/testData/inspections/trailingCommaOff/CollectionLiteralInAnnotation.kt
diff --git a/idea/testData/inspections/trailingCommaOffWithCodeStyle/DestructuringDeclarationsInLambda.kt b/idea/testData/inspections/trailingCommaOff/DestructuringDeclarationsInLambda.kt
similarity index 100%
rename from idea/testData/inspections/trailingCommaOffWithCodeStyle/DestructuringDeclarationsInLambda.kt
rename to idea/testData/inspections/trailingCommaOff/DestructuringDeclarationsInLambda.kt
diff --git a/idea/testData/inspections/trailingCommaOffWithCodeStyle/Enum.kt b/idea/testData/inspections/trailingCommaOff/Enum.kt
similarity index 100%
rename from idea/testData/inspections/trailingCommaOffWithCodeStyle/Enum.kt
rename to idea/testData/inspections/trailingCommaOff/Enum.kt
diff --git a/idea/testData/inspections/trailingCommaOffWithCodeStyle/IndicesAccess.kt b/idea/testData/inspections/trailingCommaOff/IndicesAccess.kt
similarity index 100%
rename from idea/testData/inspections/trailingCommaOffWithCodeStyle/IndicesAccess.kt
rename to idea/testData/inspections/trailingCommaOff/IndicesAccess.kt
diff --git a/idea/testData/inspections/trailingCommaOffWithCodeStyle/LambdaParameterList.kt b/idea/testData/inspections/trailingCommaOff/LambdaParameterList.kt
similarity index 100%
rename from idea/testData/inspections/trailingCommaOffWithCodeStyle/LambdaParameterList.kt
rename to idea/testData/inspections/trailingCommaOff/LambdaParameterList.kt
diff --git a/idea/testData/inspections/trailingCommaOffWithCodeStyle/LambdaValueParameters.kt b/idea/testData/inspections/trailingCommaOff/LambdaValueParameters.kt
similarity index 100%
rename from idea/testData/inspections/trailingCommaOffWithCodeStyle/LambdaValueParameters.kt
rename to idea/testData/inspections/trailingCommaOff/LambdaValueParameters.kt
diff --git a/idea/testData/inspections/trailingCommaOffWithCodeStyle/MultiVariableDeclaration.kt b/idea/testData/inspections/trailingCommaOff/MultiVariableDeclaration.kt
similarity index 100%
rename from idea/testData/inspections/trailingCommaOffWithCodeStyle/MultiVariableDeclaration.kt
rename to idea/testData/inspections/trailingCommaOff/MultiVariableDeclaration.kt
diff --git a/idea/testData/inspections/trailingCommaOffWithCodeStyle/ParameterList.kt b/idea/testData/inspections/trailingCommaOff/ParameterList.kt
similarity index 100%
rename from idea/testData/inspections/trailingCommaOffWithCodeStyle/ParameterList.kt
rename to idea/testData/inspections/trailingCommaOff/ParameterList.kt
diff --git a/idea/testData/inspections/trailingCommaOffWithCodeStyle/TypeArgumentList.kt b/idea/testData/inspections/trailingCommaOff/TypeArgumentList.kt
similarity index 100%
rename from idea/testData/inspections/trailingCommaOffWithCodeStyle/TypeArgumentList.kt
rename to idea/testData/inspections/trailingCommaOff/TypeArgumentList.kt
diff --git a/idea/testData/inspections/trailingCommaOffWithCodeStyle/TypeParameterList.kt b/idea/testData/inspections/trailingCommaOff/TypeParameterList.kt
similarity index 100%
rename from idea/testData/inspections/trailingCommaOffWithCodeStyle/TypeParameterList.kt
rename to idea/testData/inspections/trailingCommaOff/TypeParameterList.kt
diff --git a/idea/testData/inspections/trailingCommaOffWithCodeStyle/WhenEntry.kt b/idea/testData/inspections/trailingCommaOff/WhenEntry.kt
similarity index 100%
rename from idea/testData/inspections/trailingCommaOffWithCodeStyle/WhenEntry.kt
rename to idea/testData/inspections/trailingCommaOff/WhenEntry.kt
diff --git a/idea/testData/inspections/trailingCommaOffWithCodeStyle/inspectionData/expected.xml b/idea/testData/inspections/trailingCommaOff/inspectionData/expected.xml
similarity index 100%
rename from idea/testData/inspections/trailingCommaOffWithCodeStyle/inspectionData/expected.xml
rename to idea/testData/inspections/trailingCommaOff/inspectionData/expected.xml
diff --git a/idea/testData/inspections/trailingCommaOffWithCodeStyle/inspectionData/inspections.test b/idea/testData/inspections/trailingCommaOff/inspectionData/inspections.test
similarity index 79%
rename from idea/testData/inspections/trailingCommaOffWithCodeStyle/inspectionData/inspections.test
rename to idea/testData/inspections/trailingCommaOff/inspectionData/inspections.test
index ac34a229acd..88669b9d374 100644
--- a/idea/testData/inspections/trailingCommaOffWithCodeStyle/inspectionData/inspections.test
+++ b/idea/testData/inspections/trailingCommaOff/inspectionData/inspections.test
@@ -1,3 +1,2 @@
// INSPECTION_CLASS: org.jetbrains.kotlin.idea.inspections.TrailingCommaInspection
// COMPILER_ARGUMENTS: -XXLanguage:-TrailingCommas
-// SET_TRUE: ALLOW_TRAILING_COMMA
diff --git a/idea/testData/inspections/trailingCommaOffWithoutCodeStyle/inspectionData/expected.xml b/idea/testData/inspections/trailingCommaOffWithoutCodeStyle/inspectionData/expected.xml
deleted file mode 100644
index 3869321c158..00000000000
--- a/idea/testData/inspections/trailingCommaOffWithoutCodeStyle/inspectionData/expected.xml
+++ /dev/null
@@ -1,5582 +0,0 @@
-
-
- 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
- Useless trailing comma
- ,
- 46
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 1
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Useless trailing comma
- ,
- 51
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 5
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Useless trailing comma
- ,
- 50
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 9
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- x
- 42
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 10
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- )
- 46
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 9
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
-
- 40
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 10
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- -
- 52
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 16
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- )
- 46
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 14
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
-
- 40
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 16
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- -
- 52
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 22
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Comma loses the advantages in this position
- ,
- 45
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 22
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- )
- 48
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 20
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
-
- 40
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 22
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- -
- 54
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 28
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Comma loses the advantages in this position
- ,
- 3
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 26
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- x
- 42
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 28
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- )
- 4
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 26
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
-
- 40
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 28
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- -
- 10
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 32
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Useless trailing comma
- ,
- 50
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 36
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Useless trailing comma
- ,
- 54
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 40
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- x
- 42
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 41
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- )
- 2
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 40
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
-
- 40
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 41
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- -
- 8
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 46
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Comma loses the advantages in this position
- ,
- 2
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 45
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- /
- 42
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 48
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- )
- 2
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 45
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
-
- 40
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 48
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- -
- 8
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 54
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Comma loses the advantages in this position
- ,
- 2
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 53
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- /
- 9
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 56
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- )
- 2
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 57
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- -
- 11
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 61
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Useless trailing comma
- ,
- 46
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 61
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
-
- 40
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 62
- testProject
- light_idea_test_case
-
- 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
- Missing line break
- x
- 9
- 1
-
-
- LambdaParameterList.kt
- 13
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- -
- 8
- 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
- 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
- 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
- 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
- 139
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- x
- 9
- 1
-
-
- LambdaParameterList.kt
- 153
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Comma loses the advantages in this position
- ,
- 4
- 1
-
-
- LambdaParameterList.kt
- 160
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Comma loses the advantages in this position
- ,
- 9
- 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
-
-
- 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
- 43
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- )
- 41
- 1
-
-
- LambdaValueParameters.kt
- 54
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- y
- 12
- 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
- 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
-
-
- 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
- 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
- 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
- 44
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- a
- 9
- 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
- 73
- 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 line break
- a
- 9
- 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
- 84
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- )
- 8
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 438
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Comma loses the advantages in this position
- ,
- 14
- 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
-
-
- 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
- Missing line break
- x
- 9
- 1
-
-
- TypeParameterList.kt
- 9
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- >
- 8
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 202
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Comma loses the advantages in this position
- ,
- 4
- 1
-
-
- TypeParameterList.kt
- 207
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Comma loses the advantages in this position
- ,
- 9
- 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
- 235
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Comma loses the advantages in this position
- ,
- 4
- 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
-
-
- WhenEntry.kt
- 15
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- -
- 44
- 1
-
-
- WhenEntry.kt
- 21
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Comma loses the advantages in this position
- ,
- 43
- 1
-
-
- WhenEntry.kt
- 21
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- -
- 45
- 1
-
-
- WhenEntry.kt
- 38
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Useless trailing comma
- ,
- 9
- 1
-
-
- WhenEntry.kt
- 54
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- -
- 15
- 1
-
-
- WhenEntry.kt
- 62
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- -
- 15
- 1
-
-
\ No newline at end of file
diff --git a/idea/testData/inspections/trailingCommaOffWithoutCodeStyle/inspectionData/inspections.test b/idea/testData/inspections/trailingCommaOffWithoutCodeStyle/inspectionData/inspections.test
deleted file mode 100644
index 8cb7aef617a..00000000000
--- a/idea/testData/inspections/trailingCommaOffWithoutCodeStyle/inspectionData/inspections.test
+++ /dev/null
@@ -1,3 +0,0 @@
-// INSPECTION_CLASS: org.jetbrains.kotlin.idea.inspections.TrailingCommaInspection
-// COMPILER_ARGUMENTS: -XXLanguage:-TrailingCommas
-// SET_FALSE: ALLOW_TRAILING_COMMA
diff --git a/idea/testData/inspections/trailingCommaOffWithoutCodeStyle/ArgumentList.kt b/idea/testData/inspections/trailingCommaOn/ArgumentList.kt
similarity index 100%
rename from idea/testData/inspections/trailingCommaOffWithoutCodeStyle/ArgumentList.kt
rename to idea/testData/inspections/trailingCommaOn/ArgumentList.kt
diff --git a/idea/testData/inspections/trailingCommaOffWithoutCodeStyle/CollectionLiteralInAnnotation.kt b/idea/testData/inspections/trailingCommaOn/CollectionLiteralInAnnotation.kt
similarity index 100%
rename from idea/testData/inspections/trailingCommaOffWithoutCodeStyle/CollectionLiteralInAnnotation.kt
rename to idea/testData/inspections/trailingCommaOn/CollectionLiteralInAnnotation.kt
diff --git a/idea/testData/inspections/trailingCommaOffWithoutCodeStyle/DestructuringDeclarationsInLambda.kt b/idea/testData/inspections/trailingCommaOn/DestructuringDeclarationsInLambda.kt
similarity index 100%
rename from idea/testData/inspections/trailingCommaOffWithoutCodeStyle/DestructuringDeclarationsInLambda.kt
rename to idea/testData/inspections/trailingCommaOn/DestructuringDeclarationsInLambda.kt
diff --git a/idea/testData/inspections/trailingCommaOffWithoutCodeStyle/Enum.kt b/idea/testData/inspections/trailingCommaOn/Enum.kt
similarity index 100%
rename from idea/testData/inspections/trailingCommaOffWithoutCodeStyle/Enum.kt
rename to idea/testData/inspections/trailingCommaOn/Enum.kt
diff --git a/idea/testData/inspections/trailingCommaOffWithoutCodeStyle/IndicesAccess.kt b/idea/testData/inspections/trailingCommaOn/IndicesAccess.kt
similarity index 100%
rename from idea/testData/inspections/trailingCommaOffWithoutCodeStyle/IndicesAccess.kt
rename to idea/testData/inspections/trailingCommaOn/IndicesAccess.kt
diff --git a/idea/testData/inspections/trailingCommaOffWithoutCodeStyle/LambdaParameterList.kt b/idea/testData/inspections/trailingCommaOn/LambdaParameterList.kt
similarity index 100%
rename from idea/testData/inspections/trailingCommaOffWithoutCodeStyle/LambdaParameterList.kt
rename to idea/testData/inspections/trailingCommaOn/LambdaParameterList.kt
diff --git a/idea/testData/inspections/trailingCommaOffWithoutCodeStyle/LambdaValueParameters.kt b/idea/testData/inspections/trailingCommaOn/LambdaValueParameters.kt
similarity index 100%
rename from idea/testData/inspections/trailingCommaOffWithoutCodeStyle/LambdaValueParameters.kt
rename to idea/testData/inspections/trailingCommaOn/LambdaValueParameters.kt
diff --git a/idea/testData/inspections/trailingCommaOffWithoutCodeStyle/MultiVariableDeclaration.kt b/idea/testData/inspections/trailingCommaOn/MultiVariableDeclaration.kt
similarity index 100%
rename from idea/testData/inspections/trailingCommaOffWithoutCodeStyle/MultiVariableDeclaration.kt
rename to idea/testData/inspections/trailingCommaOn/MultiVariableDeclaration.kt
diff --git a/idea/testData/inspections/trailingCommaOffWithoutCodeStyle/ParameterList.kt b/idea/testData/inspections/trailingCommaOn/ParameterList.kt
similarity index 100%
rename from idea/testData/inspections/trailingCommaOffWithoutCodeStyle/ParameterList.kt
rename to idea/testData/inspections/trailingCommaOn/ParameterList.kt
diff --git a/idea/testData/inspections/trailingCommaOffWithoutCodeStyle/TypeArgumentList.kt b/idea/testData/inspections/trailingCommaOn/TypeArgumentList.kt
similarity index 100%
rename from idea/testData/inspections/trailingCommaOffWithoutCodeStyle/TypeArgumentList.kt
rename to idea/testData/inspections/trailingCommaOn/TypeArgumentList.kt
diff --git a/idea/testData/inspections/trailingCommaOffWithoutCodeStyle/TypeParameterList.kt b/idea/testData/inspections/trailingCommaOn/TypeParameterList.kt
similarity index 100%
rename from idea/testData/inspections/trailingCommaOffWithoutCodeStyle/TypeParameterList.kt
rename to idea/testData/inspections/trailingCommaOn/TypeParameterList.kt
diff --git a/idea/testData/inspections/trailingCommaOffWithoutCodeStyle/WhenEntry.kt b/idea/testData/inspections/trailingCommaOn/WhenEntry.kt
similarity index 100%
rename from idea/testData/inspections/trailingCommaOffWithoutCodeStyle/WhenEntry.kt
rename to idea/testData/inspections/trailingCommaOn/WhenEntry.kt
diff --git a/idea/testData/inspections/trailingCommaOnWithCodeStyle/inspectionData/expected.xml b/idea/testData/inspections/trailingCommaOn/inspectionData/expected.xml
similarity index 100%
rename from idea/testData/inspections/trailingCommaOnWithCodeStyle/inspectionData/expected.xml
rename to idea/testData/inspections/trailingCommaOn/inspectionData/expected.xml
diff --git a/idea/testData/inspections/trailingCommaOnWithCodeStyle/inspectionData/inspections.test b/idea/testData/inspections/trailingCommaOn/inspectionData/inspections.test
similarity index 79%
rename from idea/testData/inspections/trailingCommaOnWithCodeStyle/inspectionData/inspections.test
rename to idea/testData/inspections/trailingCommaOn/inspectionData/inspections.test
index 05348a5508f..86cd4842148 100644
--- a/idea/testData/inspections/trailingCommaOnWithCodeStyle/inspectionData/inspections.test
+++ b/idea/testData/inspections/trailingCommaOn/inspectionData/inspections.test
@@ -1,3 +1,2 @@
// INSPECTION_CLASS: org.jetbrains.kotlin.idea.inspections.TrailingCommaInspection
// COMPILER_ARGUMENTS: -XXLanguage:+TrailingCommas
-// SET_TRUE: ALLOW_TRAILING_COMMA
diff --git a/idea/testData/inspections/trailingCommaOnWithCodeStyle/ArgumentList.kt b/idea/testData/inspections/trailingCommaOnWithCodeStyle/ArgumentList.kt
deleted file mode 100644
index da169db0254..00000000000
--- a/idea/testData/inspections/trailingCommaOnWithCodeStyle/ArgumentList.kt
+++ /dev/null
@@ -1,225 +0,0 @@
-fun foo() {
- testtest(foofoo, foofoo, foofoo,
- foofoo, bar)
-
- testtest(
- foofoo, foofoo, foofoo, foofoo, bar
- )
-
- testtest(foofoo, foofoo, foofoo, foofoo, bar
- )
-
- testtest(foofoo, foofoo, foofoo, foofoo,
- bar
- )
-
- testtest(foofoo
- )
-
- testtest(
- foofoo)
-
- testtest(
- foofoo
- )
-
- testtest(foofoo,)
-
- testtest(foofoo, testtest(testtest(foofoo)))
-
- testtest(foofoo, fososos, testtest(testtest(foofoo)),)
-
- testtest(foofoo, testtest(testtest(foofoo,)), testsa)
-
- testtest(foofoo, seee, testtest(testtest(foofoo,)), testsa)
-
- useCallable("A", Callable { println("Hello world") })
-
- useCallable("B", "C", Callable {
- println("Hello world")
- }, Callable {
- println("Hello world")
- })
-
- useCallable(Callable { println("Hello world") })
-
- useCallable(Callable { println("Hello world") },)
-
- useCallable(Callable { println("Hello world") }
- )
-
- useCallable(Callable { println("Hello world") }){
-
- }
-
- useCallable(
- Callable { println("Hello world") })
-
- useCallable("A", { println("Hello world") })
-
- useCallable("B", "C", {
- println("Hello world")
- }, {
- println("Hello world")
- })
-
- useCallable({ println("Hello world") })
-
- useCallable({ println("Hello world") },)
-
- useCallable({ println("Hello world") }
- )
-
- useCallable({ println("Hello world") }){
-
- }
-
- useCallable(
- { println("Hello world") })
-
- useCallable("A", foo() { println("Hello world") })
-
- useCallable("B", "C", foo() {
- println("Hello world")
- }, foo() {
- println("Hello world")
- })
-
- useCallable(foo() { println("Hello world") })
-
- useCallable(foo() { println("Hello world") },)
-
- useCallable(foo() { println("Hello world") }
- )
-
- useCallable(foo() { println("Hello world") }) {
-
- }
-
- useCallable(
- foo() { println("Hello world") })
-
- useCallable("A", object : Callable { override fun call() { println("Hello world") } })
-
- useCallable("A", object : Callable {
- override fun call() {
- println("Hello world")
- }
- })
-
- useCallable("B", "C", object : Callable { override fun call() { println("Hello world") } }, foo() {
- println("Hello world")
- })
-
- useCallable(object : Callable { override fun call() { println("Hello world") } })
-
- useCallable(object : Callable { override fun call() { println("Hello world") } },)
-
- useCallable(object : Callable { override fun call() { println("Hello world") } }
- )
-
- useCallable(object : Callable { override fun call() { println("Hello world") } }) {
-
- }
-
- useCallable(
- object : Callable { override fun call() { println("Hello world") } })
-
- testtest(
- foofoo, foofoo, foofoo, foofoo,
- bar /*
- */, /* */ foo
- )
-
- testtest(/*
- */foofoo, foofoo, foofoo, /*
-
- */
- foofoo, bar)
-
- testtest(foofoo, foofoo, foofoo, foofoo, bar/*
- */)
-
- testtest(foofoo, foofoo, foofoo, foofoo, bar // awdawda
- )
-
- testtest(foofoo, foofoo, foofoo, foofoo, /*
-
- */
- bar
- )
-
- testtest(foofoo // fd
- )
-
- testtest( /**/
- foofoo
- )
-
- testtest(foofoo,/**/)
-
- testtest(foofoo, foofoo, foofoo, foofoo/*
- */ , /* */ bar
- )
-
- testtest(foofoo // fd
- )
-
- testtest( /**/
- foofoo
- )
-
- testtest(foofoo,/**/)
-
- testtest(foofoo, fososos,/*
- */ testtest(testtest(foofoo)),)
-
- testtest(foofoo, testtest(testtest(foofoo,)), /**/testsa)
-
- testtest(foofoo, testtest(testtest(foofoo,))/* */ , /**/testsa)
-
- testtest(foofoo, testtest(testtest(foofoo,))/*
- */ ,testsa)
-
- testtest(foofoo, seee, testtest(testtest(foofoo,)), /**/testsa)
-
- testtest(foofoo, seee, testtest(testtest(foofoo,)), /*
- */testsa)
-
- useCallable("B", "C", Callable {
- println("Hello world")
- }, /* */ Callable {
- println("Hello world")
- })
-
- useCallable(Callable { println("Hello world") } // ffd
- )
-
- useCallable(object : Callable { override fun call() { println("Hello world") }
- },)
-
- useCallable(foo() { println("Hello world")
- },)
-
- useCallable({
- println("Hello world") },)
-
- useCallable(Callable { println("Hello world") }
- ,)
-
- testtest(foofoo, testtest(testtest(
- foofoo,)), testsa)
-
- testtest(foofoo, fososos, testtest(testtest(foofoo))
- ,)
-
-}
-
-fun test() {
- baz(
- f = fun(it: Int): String = "$it" /*dwdwd
- */,
- name = "" /*
- */,
- )
-}
diff --git a/idea/testData/inspections/trailingCommaOnWithCodeStyle/CollectionLiteralInAnnotation.kt b/idea/testData/inspections/trailingCommaOnWithCodeStyle/CollectionLiteralInAnnotation.kt
deleted file mode 100644
index 02657111dc4..00000000000
--- a/idea/testData/inspections/trailingCommaOnWithCodeStyle/CollectionLiteralInAnnotation.kt
+++ /dev/null
@@ -1,112 +0,0 @@
-@Anno([1])
-fun a() = Unit
-
-@Anno([1,])
-fun a() = Unit
-
-@Anno([1
- ])
-fun a() = Unit
-
-@Anno([
- 1, ])
-fun a() = Unit
-
-@Anno([
- 1 ])
-fun a() = Unit
-
-@Anno([1,2])
-fun a() = Unit
-
-@Anno([1, 2,])
-fun a() = Unit
-
-@Anno([1, 2
- ])
-fun a() = Unit
-
-@Anno([
- 1, 2, ])
-fun a() = Unit
-
-@Anno([
- 1, 2 ])
-fun a() = Unit
-
-@Anno([1, 2, 2])
-fun a() = Unit
-
-@Anno([1, 2, 2,])
-fun a() = Unit
-
-@Anno(["1"
- ])
-fun a() = Unit
-
-@Anno([
- 1, ])
-fun a() = Unit
-
-@Anno([
- 1 , 2 , 2 ])
-fun a() = Unit
-
-@Anno([1/*
- */])
-fun a() = Unit
-
-@Anno([1, //dw
- ])
-fun a() = Unit
-
-@Anno([1 // ds
- ])
-fun a() = Unit
-
-@Anno([/*
- */ // d
- 1/*
- */,/*
- */ ])
-fun a() = Unit
-
-@Anno([
- /*
- */ 1 ])
-fun a() = Unit
-
-@Anno([1/*
- */,2])
-fun a() = Unit
-
-@Anno([1, 2/*
- */,/*
- */])
-fun a() = Unit
-
-@Anno([/*
- */1, 2
- ])
-fun a() = Unit
-
-@Anno(["1"
- ])
-fun a() = Unit
-
-@Anno([
- 1, ])
-fun a() = Unit
-
-@Anno([
- 1 , 2 /*
- */ ])
-fun a() = Unit
-
-@Component(
- modules = [
- AppModule::class, DataModule::class,
- DomainModule::class
- ],
-)
-fun b() = Unit
\ No newline at end of file
diff --git a/idea/testData/inspections/trailingCommaOnWithCodeStyle/DestructuringDeclarationsInLambda.kt b/idea/testData/inspections/trailingCommaOnWithCodeStyle/DestructuringDeclarationsInLambda.kt
deleted file mode 100644
index 21170b923ee..00000000000
--- a/idea/testData/inspections/trailingCommaOnWithCodeStyle/DestructuringDeclarationsInLambda.kt
+++ /dev/null
@@ -1,64 +0,0 @@
-val x: (Pair, Int) -> Unit = { (x, y,), z, ->
- println(x)
-}
-
-val x: (Pair, Int) -> Unit = { (x, y), z, ->
- println(x)
-}
-
-val x: (Pair, Int) -> Unit = { (x,
- y), z, ->
- println(x)
-}
-
-val x: (Pair, Int) -> Unit = { (
- x,
- y), z, ->
- println(x)
-}
-
-val x: (Pair, Int) -> Unit = { (
- x // adw
- ,y,), z, ->
- println(x)
-}
-
-val x: (Pair, Int) -> Unit = { (x /* val x: (Pair, Int) -> Unit = { (x, y), z, ->
- println(x)
-}*/,), z, ->
- println(x)
-}
-
-val x: (Pair, Int) -> Unit = { (x, y), z, ->
- println(x)
-}
-
-val x: (Pair, Int) -> Unit = { (x, y/**/), z, ->
- println(x)
-}
-
-val x: (Pair, Int) -> Unit = { (x, y/*
-*/), z, ->
- println(x)
-}
-
-val x: (Pair, Int) -> Unit = { (/**/x /**/ /*
-*/, // awdawd
- y/*
-*/), z, ->
- println(x)
-}
-
-val x: (Pair, Int) -> Unit = {
- (/**/x /**/ /*
-*/, // awdawd
- y/*
-*/),
- z, ->
- println(x)
-}
-
-val x: (Pair, Int) -> Unit = { (x, y,),
- z, ->
- println(x)
-}
\ No newline at end of file
diff --git a/idea/testData/inspections/trailingCommaOnWithCodeStyle/Enum.kt b/idea/testData/inspections/trailingCommaOnWithCodeStyle/Enum.kt
deleted file mode 100644
index 207fda00b4b..00000000000
--- a/idea/testData/inspections/trailingCommaOnWithCodeStyle/Enum.kt
+++ /dev/null
@@ -1,38 +0,0 @@
-enum class Enum1 {
- A, B,;
-}
-
-enum class Enum2 {
- A, B;
-}
-
-enum class Enum3 {
- A, B
- ;
-}
-
-enum class Enum4 {
- A, B,
-}
-
-enum class Enum5 {
- A, B,
-}
-
-enum class Enum6(val a: Int) {
- A(
- 1
- ), B,
-}
-
-enum class Enum7(val a: Int) {
- A(
- 1
- ), B,;
-}
-
-enum class Enum8(val a: Int) {
- A(
- 1
- ), B;
-}
\ No newline at end of file
diff --git a/idea/testData/inspections/trailingCommaOnWithCodeStyle/IndicesAccess.kt b/idea/testData/inspections/trailingCommaOnWithCodeStyle/IndicesAccess.kt
deleted file mode 100644
index 19e5ab15d5d..00000000000
--- a/idea/testData/inspections/trailingCommaOnWithCodeStyle/IndicesAccess.kt
+++ /dev/null
@@ -1,176 +0,0 @@
-fun foo() {
- testtest[foofoo, foofoo, foofoo,
- foofoo, bar]
-
- testtest[
- foofoo, foofoo, foofoo, foofoo, bar
- ]
-
- testtest[foofoo, foofoo, foofoo, foofoo, bar
- ]
-
- testtest[foofoo, foofoo, foofoo, foofoo,
- bar
- ]
-
- testtest[foofoo
- ]
-
- testtest[
- foofoo]
-
- testtest[
- foofoo
- ]
-
- testtest[foofoo,]
-
- testtest[foofoo, testtest[testtest[foofoo]]]
-
- testtest[foofoo, fososos,
- testtest[testtest[foofoo]],]
-
- testtest[foofoo, testtest[testtest[foofoo,]], testsa]
-
- testtest[foofoo, seee, testtest[testtest[foofoo,]], testsa]
-
- useCallable["A", Callable { println["Hello world"] }]
-
- useCallable["B", "C", Callable {
- println["Hello world"]
- }, Callable {
- println["Hello world"]
- }]
-
- useCallable[Callable { println["Hello world"] }]
-
- useCallable[Callable { println["Hello world"] },]
-
- useCallable[Callable {
- println["Hello world"] },]
-
- useCallable[Callable { println["Hello world"] }
- ]
-
- useCallable[Callable { println["Hello world"] }]{
-
- }
-
- useCallable[
- Callable { println["Hello world"] }]
-
- useCallable["A", { println["Hello world"] }]
-
- useCallable["B", "C", {
- println["Hello world"]
- }, {
- println["Hello world"]
- }]
-
- useCallable[{ println["Hello world"] }]
-
- useCallable[{ println["Hello world"] },]
-
- useCallable[{ println["Hello world"] }
- ,]
-
- useCallable[{ println["Hello world"] }
- ]
-
- useCallable[
- { println["Hello world"] }]
-
- useCallable["A", object : Callable { override fun call() { println["Hello world"] } }]
-
- useCallable["A", object : Callable {
- override fun call() {
- println["Hello world"]
- }
- }]
-
- useCallable["B", "C", object : Callable { override fun call() { println["Hello world"] } }, foo[0,]]
-
- useCallable[object : Callable { override fun call() { println["Hello world"] } }]
-
- useCallable[object : Callable { override fun call() { println["Hello world"] } },]
-
- useCallable[object : Callable { override fun call() { println["Hello world"] } }
- ]
-
- useCallable[object : Callable { override fun call() { println["Hello world"] } }] {
-
- }
-
- useCallable[
- object : Callable { override fun call() { println["Hello world"] } }]
-
- testtest[
- foofoo, foofoo, foofoo, foofoo,
- bar /*
- */, /* */ foo
- ]
-
- testtest[/*
- */foofoo, foofoo, foofoo, /*
-
- */
- foofoo, bar]
-
- testtest[foofoo, foofoo, foofoo, foofoo, bar/*
- */]
-
- testtest[foofoo, foofoo, foofoo, foofoo, bar // awdawda
- ]
-
- testtest[foofoo, foofoo, foofoo, foofoo, /*
-
- */
- bar
- ]
-
- testtest[foofoo // fd
- ]
-
- testtest[ /**/
- foofoo
- ]
-
- testtest[foofoo,/**/]
-
- testtest[foofoo, foofoo, foofoo, foofoo/*
- */ , /* */ bar
- ]
-
- testtest[foofoo // fd
- ]
-
- testtest[ /**/
- foofoo
- ]
-
- testtest[foofoo,/**/]
-
- testtest[foofoo, fososos,/*
- */ testtest[testtest[foofoo]],]
-
- testtest[foofoo, testtest[testtest[foofoo,]], /**/testsa]
-
- testtest[foofoo, testtest[testtest[foofoo,]]/* */ , /**/testsa]
-
- testtest[foofoo, testtest[testtest[foofoo,]]/*
- */ ,testsa]
-
- testtest[foofoo, seee, testtest[testtest[foofoo,]], /**/testsa]
-
- testtest[foofoo, seee, testtest[testtest[foofoo,]], /*
- */testsa]
-
- useCallable["B", "C", Callable {
- println["Hello world"]
- }, /* */ Callable {
- println["Hello world"]
- }]
-
- useCallable[Callable { println["Hello world"] } // ffd
- ]
-}
\ No newline at end of file
diff --git a/idea/testData/inspections/trailingCommaOnWithCodeStyle/LambdaParameterList.kt b/idea/testData/inspections/trailingCommaOnWithCodeStyle/LambdaParameterList.kt
deleted file mode 100644
index 6ac3c373f33..00000000000
--- a/idea/testData/inspections/trailingCommaOnWithCodeStyle/LambdaParameterList.kt
+++ /dev/null
@@ -1,190 +0,0 @@
-val x = {
- x: Comparable>,
- y: String,
-->
- println("1")
- }
-
-val x = {x: Comparable>, y: String->
- println("1")
- }
-
-val x = {x: String, y
-: String->
- println("1")
- }
-
-val x = {
- x: String,
- y: String
-->
- println("1")
- }
-
-val x = {
- x: String,
- y: Comparable>,->
- println("1")
- }
-
-val x = {
- x: Comparable>,
- y: String
- ,->
- println("1")
- }
-
-val x = {
- x: String,
- y: Comparable>,
- z: String,
-->
- println("1")
- }
-
-val x = {
- x: String,
- y: String,
- z: String
-->
- println("1")
- }
-
-val x = {
- x: String,
- y: String,
- z: String,->
- println("1")
- }
-
-val x = {
- x: String,
- y: String,
- z: String
- ,->
- println("1")
- }
-
-val x = {
- x: String,
-->
- println("1")
- }
-
-val x = {
- x: String
-->
- println("1")
- }
-
-val x = {
- x: String,->
- println("1")
- }
-
-val x = {
- x: String
- ,->
- println("1")
- }
-
-val x = {
- x: String ,
- y: String,
-->
- println("1")
- }
-
-val x = {
- x: String,
- z: String
-->
- println("1")
- }
-
-val x = {
- x: String,
- y: String,
- z: String ,->
- println("1")
- }
-
-val x = {
- x: String,
- z: String
- , ->
- println("1")
- }
-
-val x = {
- x, y: String,
- z: String
- , ->
- println("1")
- }
-
-val x = {
- x: String, y: String, z: String
-->
- println("1")
- }
-
-val x = {
- z: String, v: Comparable>,
-
-->
- println("1")
- }
-
-val x = {x: String,
- y: Comparable>,
-->
- println("1")
- }
-
-val x = {
- x: Int
-->
- println("1")
- }
-
-val x = {
- x: String, y: String
- , /* */ z: String
-->
- println("1")
- }
-
-val x = {
- x: String, y: String
- /* */, /* */ z: String
-->
- println("1")
- }()
-
-val x = {
- x: String, /*
- */ y: String,
- z: String ,->
- println("1")
- }
-
-val x = {
- x: String, y: String , z: String /*
- */
- , ->
- println("1")
- }
-
-val x = {
- x: Comparable>, y: String,
- z: String
- , ->
- println("1")
- }
-
-val x = {
- x: String, y: String, z: String
-->
- println("1")
- }
diff --git a/idea/testData/inspections/trailingCommaOnWithCodeStyle/LambdaValueParameters.kt b/idea/testData/inspections/trailingCommaOnWithCodeStyle/LambdaValueParameters.kt
deleted file mode 100644
index d034a157c85..00000000000
--- a/idea/testData/inspections/trailingCommaOnWithCodeStyle/LambdaValueParameters.kt
+++ /dev/null
@@ -1,83 +0,0 @@
-fun main() {
- val x: (
- y: Comparable>,
- z: Iterable> // trailing comma
- ) -> Int = {
- 10
- }
-
- val x: (
- y: Comparable>,
- z: Iterable>
- ) -> Int = {
- 10
- }
-
- val x: (y: Comparable>, z: Iterable>) -> Int = {
- 10
- }
-
- val x: (y: Comparable>, z: Iterable>,) -> Int = {
- 10
- }
-
- val x: (y: Comparable>, z: Iterable>,
- ) -> Int = {
- 10
- }
-
- val x: (y: Comparable>) -> Int = {
- 10
- }
-
- val x: (y: Comparable>,) -> Int = {
- 10
- }
-
- val x: (y: Comparable>
- ) -> Int = {
- 10
- }
-
- val x: (
- y: Comparable>) -> Int = {
- 10
- }
-
- val x: (
- y: Comparable>, //
- z: Iterable> // /**/
- ) -> Int = {
- 10
- }
-
- val x: (y: Comparable>, z: Iterable>
- // wd
- ) -> Int = {
- 10
- }
-
- val x: (y: Comparable>/*
- */, z: Iterable>, /* //
- */) -> Int = {
- 10
- }
-
- val x: (/**/y: Comparable>/**/) -> Int = {
- 10
- }
-
- val x: (y: Comparable>/**/,) -> Int = {
- 10
- }
-
- val x: (y: Comparable>
- ) -> Int = {
- 10
- }
-
- val x: ( /*
- */y: Comparable>) -> Int = {
- 10
- }
-}
diff --git a/idea/testData/inspections/trailingCommaOnWithCodeStyle/MultiVariableDeclaration.kt b/idea/testData/inspections/trailingCommaOnWithCodeStyle/MultiVariableDeclaration.kt
deleted file mode 100644
index 48b97ed2bf0..00000000000
--- a/idea/testData/inspections/trailingCommaOnWithCodeStyle/MultiVariableDeclaration.kt
+++ /dev/null
@@ -1,99 +0,0 @@
-fun test() {
- val (a, b) = 1 to 2
-
- val (a, b) = 1 to
- 2
-
- val (a, b) = 1
- to
- 2
-
-
- val (a, b,) = 1 to 2
-
- val (a,) =
- b
-
- val (a,
- ) =
- b
-
- val (a
- ) =
- b
-
- val (a,) = b
-
- val (
- a,) = b
-
- val (a, b
- ) = 1 to 2
-
- val (a,
- b) = 1 to 2
-
- val (
- a, b
- ) = 1 to 2
-
- val (
- a, b,
- ) = 1 to 2
-
- val (a, b, c,
- d, f
- ) = 1 to 2
-
- val (a, b, c,
- d, f,
- ) = 1 to 2
-
- val (a, b/**/) = 1 to 2
-
- val (a, /**/b/**/) /**/=/**/ 1 to
- 2
-
- val (a,/**/ b) = 1
- to
- 2
-
- val (a, b/**/,) = 1 to 2
-
- val (a/**/, b/**/,/**/) = 1 to 2
-
- val (a/**/,/**/) =
- b
-
- val (a,) = b
-
- val (a, b/**/
- ) = 1 to 2
-
- val (a, b// awd
- ) = 1 to 2
-
- val (a,/**/ b /**/ // awd
- ) = 1 to 2
-
- val (a, // ad
- /**/b) = 1 to 2
-
- val (
- a, b // fe
- /**/)/**/ = 1 to 2
-
- val (
- a, b, // awd
- ) = 1 to 2
-
- val (a, b, c,
- d, f // awd
- /*
- */) = 1 to 2
-
- val (a, b, c,
- d, f // awd
- ,
- ) = 1 to 2
-}
\ No newline at end of file
diff --git a/idea/testData/inspections/trailingCommaOnWithCodeStyle/ParameterList.kt b/idea/testData/inspections/trailingCommaOnWithCodeStyle/ParameterList.kt
deleted file mode 100644
index cb00f14928d..00000000000
--- a/idea/testData/inspections/trailingCommaOnWithCodeStyle/ParameterList.kt
+++ /dev/null
@@ -1,458 +0,0 @@
-class A1 {
- val x: String
- val y: String
-
- constructor(
- x: String,
- y: String,
- ) {
- this.x = x
- this.y = y
- }
-}
-
-class B1 {
- val x: String
- val y: String
-
- constructor(
- x: String,
- y: String
- ) {
- this.x = x
- this.y = y
- }
-}
-
-class C1 {
- val x: String
- val y: String
-
- constructor(
- x: String,
- y: String,) {
- this.x = x
- this.y = y
- }
-}
-
-class D1 {
- val x: String
- val y: String
-
- constructor(
- x: String,
- y: String
- ,) {
- this.x = x
- this.y = y
- }
-}
-
-class A2 {
- val x: String
- val y: String
- val z: String
-
- constructor(
- x: String,
- y: String,
- z: String,
- ) {
- this.x = x
- this.y = y
- this.z = z
- }
-}
-
-class B2 {
- val x: String
- val y: String
- val z: String
-
- constructor(
- x: String,
- y: String,
- z: String
- ) {
- this.x = x
- this.y = y
- this.z = z
- }
-}
-
-class C2 {
- val x: String
- val y: String
- val z: String
-
- constructor(
- x: String,
- y: String,
- z: String,) {
- this.x = x
- this.y = y
- this.z = z
- }
-}
-
-class D2 {
- val x: String
- val y: String
- val z: String
-
- constructor(
- x: String,
- y: String,
- z: String
- ,) {
- this.x = x
- this.y = y
- this.z = z
- }
-}
-
-class A3 {
- val x: String
-
- constructor(x: String,) {
- this.x = x
- }
-}
-
-class B3 {
- val x: String
-
- constructor(x: String) {
- this.x = x
- }
-}
-
-class C3 {
- val x: String
-
- constructor(
- x: String,) {
- this.x = x
- }
-}
-
-class D3 {
- val x: String
-
- constructor(
- x: String
- ,) {
- this.x = x
- }
-}
-
-class E1 {
- val x: String
- val y: String
- val z: String
-
- constructor(
- x: String,
- y: String, z: String,) {
- this.x = x
- this.y = y
- this.z = z
- }
-}
-
-class E2 {
- val x: String
- val y: String
- val z: String
-
- constructor(
- x: String,
- y: String, z: String) {
- this.x = x
- this.y = y
- this.z = z
- }
-}
-class A1(
- val x: String,
- y: String,
-)
-
-class B1(
- val x: String,
- val y: String
-)
-
-class C1(
- val x: String,
- val y: String,)
-
-class D1(
- val x: String,
- val y: String
- ,)
-
-class A2(
- val x: String,
- val y: String,
- val z: String,
-)
-
-class B2(
- val x: String,
- val y: String,
- val z: String
-)
-
-class C2(
- val x: String,
- val y: String,
- val z: String,)
-
-class D2(
- val x: String,
- val y: String,
- val z: String
- ,)
-
-class A3(
- val x: String,
-)
-
-class B3(
- val x: String
-)
-
-class C3(
- val x: String,)
-
-class D3(
- val x: String
- ,)
-
-class A4(
- val x: String ,
- val y: String,
- val z: String ,
-)
-
-class B4(
- val x: String,
- val y: String,
- val z: String
-)
-
-class C4(
- val x: String,
- val y: String,
- val z: String ,)
-
-class D4(
- val x: String,
- val y: String,
- val z: String
- , )
-
-class E1(
- val x: String, val y: String,
- val z: String
- , )
-
-class E2(
- val x: String, val y: String, val z: String
-)
-
-class C(
- z: String, val v: Int, val x: Int =
- 42, val y: Int =
- 42
-)
-
-val foo1: (Int, Int) -> Int = fun(
- x,
- y,
-): Int = 42
-
-val foo2: (Int, Int) -> Int = fun(
- x,
- y
-): Int {
- return x + y
-}
-
-val foo3: (Int, Int) -> Int = fun(
- x, y,
-): Int {
- return x + y
-}
-
-val foo4: (Int) -> Int = fun(
- x,
-): Int = 42
-
-val foo5: (Int) -> Int = fun(
- x
-): Int = 42
-
-val foo6: (Int) -> Int = fun(x,): Int = 42
-
-val foo7: (Int) -> Int = fun(x): Int = 42
-
-val foo8: (Int, Int, Int) -> Int = fun (x, y: Int, z,): Int {
- return x + y
-}
-
-val foo9: (Int, Int, Int) -> Int = fun (
- x,
- y: Int,
- z,
-): Int = 42
-
-val foo10: (Int, Int, Int) -> Int = fun (
- x,
- y: Int,
- z: Int
-): Int = 43
-
-val foo10 = fun (
- x: Int,
- y: Int,
- z: Int
-): Int = 43
-
-val foo11 = fun (
- x: Int,
- y: Int,
- z: Int,
-): Int = 43
-
-val foo12 = fun (
- x: Int, y: Int, z: Int,
-): Int = 43
-
-val foo13 = fun (x: Int, y: Int, z: Int,
-): Int = 43
-
-val foo14 = fun (x: Int, y: Int, z: Int
- ,): Int = 43
-
-fun a1(
- x: String,
- y: String,
-) = Unit
-
-fun b1(
- x: String,
- y: String
-) = Unit
-
-fun c1(
- x: String,
- y: String,) = Unit
-
-fun d1(
- x: String,
- y: String
- ,) = Unit
-
-fun a2(
- x: String,
- y: String,
- z: String,
-) = Unit
-
-fun b2(
- x: String,
- y: String,
- z: String
-) = Unit
-
-fun c2(
- x: String,
- y: String,
- z: String,) = Unit
-
-fun d2(
- x: String,
- y: String,
- z: String
- ,) = Unit
-
-fun a3(
- x: String,
-) = Unit
-
-fun b3(
- x: String
-) = Unit
-
-fun c3(
- x: String,) = Unit
-
-fun d3(
- x: String
- ,) = Unit
-
-fun a4(
- x: String
- ,
- y: String,
- z: String ,
-) = Unit
-
-fun b4(
- x: String,
- y: String,
- z: String
-) = Unit
-
-fun c4(x: String,
- y: String,
- z: String ,) = Unit
-
-fun d4(
- x: String,
- y: String,
- z: String
- , ) = Unit
-
-fun foo(
- x: Int =
- 42
-) {
-}
-
-class C(
- val x: Int =
- 42
-)
-
-class G(
- val x: String, val y: String
- = "", /* */ val z: String
-)
-
-class G(
- val x: String, val y: String
- = "" /* */, /* */ val z: String
-)
-
-class H(
- val x: String, /*
- */ val y: String,
- val z: String ,)
-
-class J(
- val x: String, val y: String , val z: String /*
- */
- , )
-
-class K(
- val x: String, val y: String,
- val z: String
- , )
-
-class L(
- val x: String, val y: String, val z: String // adwd
-)
diff --git a/idea/testData/inspections/trailingCommaOnWithCodeStyle/TypeArgumentList.kt b/idea/testData/inspections/trailingCommaOnWithCodeStyle/TypeArgumentList.kt
deleted file mode 100644
index e46f5c1f3ac..00000000000
--- a/idea/testData/inspections/trailingCommaOnWithCodeStyle/TypeArgumentList.kt
+++ /dev/null
@@ -1,113 +0,0 @@
-fun foo() {
- testtest,
- >,
- testsa,
- >()
-
- testtest()
-
- testtest<
- foofoo, foofoo, foofoo, foofoo, bar
- >()
-
- testtest()
-
- testtest()
-
- testtest()
-
- testtest<
- foofoo>()
-
- testtest<
- foofoo
- >()
-
- testtest()
-
- testtest>>()
-
- testtest>,>()
-
- testtest>
- ,>()
-
- testtest>, testsa>()
-
- testtest>, testsa>()
-
- testtest<
- foofoo, foofoo, foofoo, foofoo,
- bar /*
- */, /* */ foo
- >()
-
- testtest*
- */foofoo, foofoo, foofoo, /*
-
- */
- foofoo, bar>()
-
- testtest()
-
- testtest()
-
- testtest()
-
- testtest()
-
- testtest< /**/
- foofoo
- >()
-
- testtest()
-
- testtest()
-
- testtest()
-
- testtest< /**/
- foofoo
- >()
-
- testtest()
-
- testtest()
-
- testtest<
- foofoo,/**/>()
-
- testtest>,>()
-
- testtest>, /**/testsa>()
-
- testtest>/* */ , /**/testsa>()
-
- testtest>/*
- */ ,testsa>()
-
- testtest>, /**/testsa>()
-
- testtest>, /*
- */testsa>()
-}
\ No newline at end of file
diff --git a/idea/testData/inspections/trailingCommaOnWithCodeStyle/TypeParameterList.kt b/idea/testData/inspections/trailingCommaOnWithCodeStyle/TypeParameterList.kt
deleted file mode 100644
index 5e01f5ff057..00000000000
--- a/idea/testData/inspections/trailingCommaOnWithCodeStyle/TypeParameterList.kt
+++ /dev/null
@@ -1,261 +0,0 @@
-class A1<
- x: String,
- y: String,
->
-
-class F
-
-class F2
-
-class B1<
- x: String,
- y: String
->
-
-class C1<
- x: String,
- y: String,>
-
-class D1<
- x: String,
- y: String
- ,>
-
-class A2<
- x: String,
- y: String,
- z: String,
->
-
-class B2<
- x: String,
- y: String,
- z: String
->
-
-class C2<
- x: String,
- y: String,
- z: String,>
-
-class D2<
- x: String,
- y: String,
- z: String
- ,>
-
-class A3<
- x: String,
->
-
-class B3<
- x: String
->
-
-class C3<
- x: String,>
-
-class D3<
- x: String
- ,>
-
-class A4<
- x: String ,
- y: String,
- z ,
->
-
-class B4<
- x: String,
- y,
- z: String
->
-
-class C4<
- x: String,
- y: String,
- z: String ,>
-
-class D4<
- x: String,
- y,
- z: String
- , >
-
-class E1<
- x, y: String,
- z: String
- , >
-
-class E2<
- x: String, y: String, z: String
->
-
-class C<
- z: String, v
-
->
-
-fun a1() = Unit
-
-fun b1() = Unit
-
-fun <
- x: String,
- y: String,> c1() = Unit
-
-fun <
- x: String,
- y: String
- ,> d1() = Unit
-
-fun <
- x: String,
- y: String,
- z: String,
-> a2() = Unit
-
-fun <
- x: String,
- y: String,
- z: String
-> b2() = Unit
-
-fun <
- x: String,
- y: String,
- z: String,> c2() = Unit
-
-fun <
- x: String,
- y: String,
- z: String
- ,> d2() = Unit
-
-fun <
- x: String,
-> a3() = Unit
-
-fun <
- x: String
-> b3() = Unit
-
-fun <
- x: String,> c3() = Unit
-
-fun <
- x: String
- ,> d3() = Unit
-
-fun <
- x: String
- ,
- y: String,
- z: String ,
-> a4() = Unit
-
-fun <
- x: String,
- y: String,
- z: String
-> b4() = Unit
-
-fun c4() = Unit
-
-fun <
- x: String,
- y: String,
- z: String
- , > d4() = Unit
-
-fun <
- x
-> foo() {
-}
-
-fun ag() {
-
-}
-
-fun ag() {
-
-}
-
-fun <
- T> ag() {
-
-}
-
-class C<
- x: Int
->
-
-class G<
- x: String, y: String
- , /* */ z: String
->
-
-class G<
- x: String, y: String
- /* */, /* */ z: String
->()
-
-class H<
- x: String, /*
- */ y: String,
- z: String ,>
-
-class J<
- x: String, y: String , z: String /*
- */
- , >
-
-class K<
- x: String, y: String,
- z: String
- , >
-
-class L<
- x: String, y: String, z: String
->
-
-class C<
- x: Int // adad
->
-
-class G<
- x: String, y: String
- , /* */ z: String // adad
->
-
-class G<
- x: String, y: String
- /* */, /* */ z: String /**/,
->()
-
-class H<
- x: String, /*
- */ y: String,
- z: String /*
- */ ,>
-
-class J<
- x: String, y: String , z: String /*
- */
- , /**/ >
-
-class K<
- x: String, y: String,
- z: String // aw
- , >
-
-class L<
- x: String, y: String, z: String //awd
->
diff --git a/idea/testData/inspections/trailingCommaOnWithCodeStyle/WhenEntry.kt b/idea/testData/inspections/trailingCommaOnWithCodeStyle/WhenEntry.kt
deleted file mode 100644
index 0e9819b8cf6..00000000000
--- a/idea/testData/inspections/trailingCommaOnWithCodeStyle/WhenEntry.kt
+++ /dev/null
@@ -1,75 +0,0 @@
-fun foo(x: Any) = when (x) {
- Comparable::class, Iterable::class, String::class, // trailing comma
- -> println(1)
- else -> println(3)
-}
-
-fun foo(x: Any) {
- when (x) {
- Comparable::class, Iterable::class, String::class /*// trailing comma*/ -> println(1)
- else -> println(3)
- }
-
- when (x) {
- Comparable::class, Iterable::class,
- String::class /*// trailing comma*/ -> println(1)
- else -> println(3)
- }
-
- when (x) {
- Comparable::class, Iterable::class,
- String::class /*// trailing comma*/, -> println(1)
- else -> println(3)
- }
-
- when (x) {
- Comparable::class, Iterable::class, String::class /*// trailing comma*/ -> println(1)
- else -> println(3)
- }
-
- when (x) {
- 1 -> {
-
- }
- else -> println(3)
- }
-
- when (x) {
- 1, -> {
-
- }
- else -> println(3)
- }
-
- when (x) {
- 1
- -> {
-
- }
- else -> println(3)
- }
-
- when (x) {
- 1, 2,
- 3 /**/ -> {
-
- }
- else -> println(3)
- }
-
- when (val c = x) {
- 1, 2,
- 3 /**/ -> {
-
- }
- else -> println(3)
- }
-
- when {
- x in coll
- -> {
-
- }
- else -> println(3)
- }
-}
diff --git a/idea/testData/inspections/trailingCommaOnWithCodeStyleAndCallSite/ArgumentList.kt b/idea/testData/inspections/trailingCommaOnWithCodeStyleAndCallSite/ArgumentList.kt
deleted file mode 100644
index da169db0254..00000000000
--- a/idea/testData/inspections/trailingCommaOnWithCodeStyleAndCallSite/ArgumentList.kt
+++ /dev/null
@@ -1,225 +0,0 @@
-fun foo() {
- testtest(foofoo, foofoo, foofoo,
- foofoo, bar)
-
- testtest(
- foofoo, foofoo, foofoo, foofoo, bar
- )
-
- testtest(foofoo, foofoo, foofoo, foofoo, bar
- )
-
- testtest(foofoo, foofoo, foofoo, foofoo,
- bar
- )
-
- testtest(foofoo
- )
-
- testtest(
- foofoo)
-
- testtest(
- foofoo
- )
-
- testtest(foofoo,)
-
- testtest(foofoo, testtest(testtest(foofoo)))
-
- testtest(foofoo, fososos, testtest(testtest(foofoo)),)
-
- testtest(foofoo, testtest(testtest(foofoo,)), testsa)
-
- testtest(foofoo, seee, testtest(testtest(foofoo,)), testsa)
-
- useCallable("A", Callable { println("Hello world") })
-
- useCallable("B", "C", Callable {
- println("Hello world")
- }, Callable {
- println("Hello world")
- })
-
- useCallable(Callable { println("Hello world") })
-
- useCallable(Callable { println("Hello world") },)
-
- useCallable(Callable { println("Hello world") }
- )
-
- useCallable(Callable { println("Hello world") }){
-
- }
-
- useCallable(
- Callable { println("Hello world") })
-
- useCallable("A", { println("Hello world") })
-
- useCallable("B", "C", {
- println("Hello world")
- }, {
- println("Hello world")
- })
-
- useCallable({ println("Hello world") })
-
- useCallable({ println("Hello world") },)
-
- useCallable({ println("Hello world") }
- )
-
- useCallable({ println("Hello world") }){
-
- }
-
- useCallable(
- { println("Hello world") })
-
- useCallable("A", foo() { println("Hello world") })
-
- useCallable("B", "C", foo() {
- println("Hello world")
- }, foo() {
- println("Hello world")
- })
-
- useCallable(foo() { println("Hello world") })
-
- useCallable(foo() { println("Hello world") },)
-
- useCallable(foo() { println("Hello world") }
- )
-
- useCallable(foo() { println("Hello world") }) {
-
- }
-
- useCallable(
- foo() { println("Hello world") })
-
- useCallable("A", object : Callable { override fun call() { println("Hello world") } })
-
- useCallable("A", object : Callable {
- override fun call() {
- println("Hello world")
- }
- })
-
- useCallable("B", "C", object : Callable { override fun call() { println("Hello world") } }, foo() {
- println("Hello world")
- })
-
- useCallable(object : Callable { override fun call() { println("Hello world") } })
-
- useCallable(object : Callable { override fun call() { println("Hello world") } },)
-
- useCallable(object : Callable { override fun call() { println("Hello world") } }
- )
-
- useCallable(object : Callable { override fun call() { println("Hello world") } }) {
-
- }
-
- useCallable(
- object : Callable { override fun call() { println("Hello world") } })
-
- testtest(
- foofoo, foofoo, foofoo, foofoo,
- bar /*
- */, /* */ foo
- )
-
- testtest(/*
- */foofoo, foofoo, foofoo, /*
-
- */
- foofoo, bar)
-
- testtest(foofoo, foofoo, foofoo, foofoo, bar/*
- */)
-
- testtest(foofoo, foofoo, foofoo, foofoo, bar // awdawda
- )
-
- testtest(foofoo, foofoo, foofoo, foofoo, /*
-
- */
- bar
- )
-
- testtest(foofoo // fd
- )
-
- testtest( /**/
- foofoo
- )
-
- testtest(foofoo,/**/)
-
- testtest(foofoo, foofoo, foofoo, foofoo/*
- */ , /* */ bar
- )
-
- testtest(foofoo // fd
- )
-
- testtest( /**/
- foofoo
- )
-
- testtest(foofoo,/**/)
-
- testtest(foofoo, fososos,/*
- */ testtest(testtest(foofoo)),)
-
- testtest(foofoo, testtest(testtest(foofoo,)), /**/testsa)
-
- testtest(foofoo, testtest(testtest(foofoo,))/* */ , /**/testsa)
-
- testtest(foofoo, testtest(testtest(foofoo,))/*
- */ ,testsa)
-
- testtest(foofoo, seee, testtest(testtest(foofoo,)), /**/testsa)
-
- testtest(foofoo, seee, testtest(testtest(foofoo,)), /*
- */testsa)
-
- useCallable("B", "C", Callable {
- println("Hello world")
- }, /* */ Callable {
- println("Hello world")
- })
-
- useCallable(Callable { println("Hello world") } // ffd
- )
-
- useCallable(object : Callable { override fun call() { println("Hello world") }
- },)
-
- useCallable(foo() { println("Hello world")
- },)
-
- useCallable({
- println("Hello world") },)
-
- useCallable(Callable { println("Hello world") }
- ,)
-
- testtest(foofoo, testtest(testtest(
- foofoo,)), testsa)
-
- testtest(foofoo, fososos, testtest(testtest(foofoo))
- ,)
-
-}
-
-fun test() {
- baz(
- f = fun(it: Int): String = "$it" /*dwdwd
- */,
- name = "" /*
- */,
- )
-}
diff --git a/idea/testData/inspections/trailingCommaOnWithCodeStyleAndCallSite/CollectionLiteralInAnnotation.kt b/idea/testData/inspections/trailingCommaOnWithCodeStyleAndCallSite/CollectionLiteralInAnnotation.kt
deleted file mode 100644
index 02657111dc4..00000000000
--- a/idea/testData/inspections/trailingCommaOnWithCodeStyleAndCallSite/CollectionLiteralInAnnotation.kt
+++ /dev/null
@@ -1,112 +0,0 @@
-@Anno([1])
-fun a() = Unit
-
-@Anno([1,])
-fun a() = Unit
-
-@Anno([1
- ])
-fun a() = Unit
-
-@Anno([
- 1, ])
-fun a() = Unit
-
-@Anno([
- 1 ])
-fun a() = Unit
-
-@Anno([1,2])
-fun a() = Unit
-
-@Anno([1, 2,])
-fun a() = Unit
-
-@Anno([1, 2
- ])
-fun a() = Unit
-
-@Anno([
- 1, 2, ])
-fun a() = Unit
-
-@Anno([
- 1, 2 ])
-fun a() = Unit
-
-@Anno([1, 2, 2])
-fun a() = Unit
-
-@Anno([1, 2, 2,])
-fun a() = Unit
-
-@Anno(["1"
- ])
-fun a() = Unit
-
-@Anno([
- 1, ])
-fun a() = Unit
-
-@Anno([
- 1 , 2 , 2 ])
-fun a() = Unit
-
-@Anno([1/*
- */])
-fun a() = Unit
-
-@Anno([1, //dw
- ])
-fun a() = Unit
-
-@Anno([1 // ds
- ])
-fun a() = Unit
-
-@Anno([/*
- */ // d
- 1/*
- */,/*
- */ ])
-fun a() = Unit
-
-@Anno([
- /*
- */ 1 ])
-fun a() = Unit
-
-@Anno([1/*
- */,2])
-fun a() = Unit
-
-@Anno([1, 2/*
- */,/*
- */])
-fun a() = Unit
-
-@Anno([/*
- */1, 2
- ])
-fun a() = Unit
-
-@Anno(["1"
- ])
-fun a() = Unit
-
-@Anno([
- 1, ])
-fun a() = Unit
-
-@Anno([
- 1 , 2 /*
- */ ])
-fun a() = Unit
-
-@Component(
- modules = [
- AppModule::class, DataModule::class,
- DomainModule::class
- ],
-)
-fun b() = Unit
\ No newline at end of file
diff --git a/idea/testData/inspections/trailingCommaOnWithCodeStyleAndCallSite/DestructuringDeclarationsInLambda.kt b/idea/testData/inspections/trailingCommaOnWithCodeStyleAndCallSite/DestructuringDeclarationsInLambda.kt
deleted file mode 100644
index 21170b923ee..00000000000
--- a/idea/testData/inspections/trailingCommaOnWithCodeStyleAndCallSite/DestructuringDeclarationsInLambda.kt
+++ /dev/null
@@ -1,64 +0,0 @@
-val x: (Pair, Int) -> Unit = { (x, y,), z, ->
- println(x)
-}
-
-val x: (Pair, Int) -> Unit = { (x, y), z, ->
- println(x)
-}
-
-val x: (Pair, Int) -> Unit = { (x,
- y), z, ->
- println(x)
-}
-
-val x: (Pair, Int) -> Unit = { (
- x,
- y), z, ->
- println(x)
-}
-
-val x: (Pair, Int) -> Unit = { (
- x // adw
- ,y,), z, ->
- println(x)
-}
-
-val x: (Pair, Int) -> Unit = { (x /* val x: (Pair, Int) -> Unit = { (x, y), z, ->
- println(x)
-}*/,), z, ->
- println(x)
-}
-
-val x: (Pair, Int) -> Unit = { (x, y), z, ->
- println(x)
-}
-
-val x: (Pair, Int) -> Unit = { (x, y/**/), z, ->
- println(x)
-}
-
-val x: (Pair, Int) -> Unit = { (x, y/*
-*/), z, ->
- println(x)
-}
-
-val x: (Pair, Int) -> Unit = { (/**/x /**/ /*
-*/, // awdawd
- y/*
-*/), z, ->
- println(x)
-}
-
-val x: (Pair, Int) -> Unit = {
- (/**/x /**/ /*
-*/, // awdawd
- y/*
-*/),
- z, ->
- println(x)
-}
-
-val x: (Pair, Int) -> Unit = { (x, y,),
- z, ->
- println(x)
-}
\ No newline at end of file
diff --git a/idea/testData/inspections/trailingCommaOnWithCodeStyleAndCallSite/Enum.kt b/idea/testData/inspections/trailingCommaOnWithCodeStyleAndCallSite/Enum.kt
deleted file mode 100644
index 207fda00b4b..00000000000
--- a/idea/testData/inspections/trailingCommaOnWithCodeStyleAndCallSite/Enum.kt
+++ /dev/null
@@ -1,38 +0,0 @@
-enum class Enum1 {
- A, B,;
-}
-
-enum class Enum2 {
- A, B;
-}
-
-enum class Enum3 {
- A, B
- ;
-}
-
-enum class Enum4 {
- A, B,
-}
-
-enum class Enum5 {
- A, B,
-}
-
-enum class Enum6(val a: Int) {
- A(
- 1
- ), B,
-}
-
-enum class Enum7(val a: Int) {
- A(
- 1
- ), B,;
-}
-
-enum class Enum8(val a: Int) {
- A(
- 1
- ), B;
-}
\ No newline at end of file
diff --git a/idea/testData/inspections/trailingCommaOnWithCodeStyleAndCallSite/IndicesAccess.kt b/idea/testData/inspections/trailingCommaOnWithCodeStyleAndCallSite/IndicesAccess.kt
deleted file mode 100644
index 19e5ab15d5d..00000000000
--- a/idea/testData/inspections/trailingCommaOnWithCodeStyleAndCallSite/IndicesAccess.kt
+++ /dev/null
@@ -1,176 +0,0 @@
-fun foo() {
- testtest[foofoo, foofoo, foofoo,
- foofoo, bar]
-
- testtest[
- foofoo, foofoo, foofoo, foofoo, bar
- ]
-
- testtest[foofoo, foofoo, foofoo, foofoo, bar
- ]
-
- testtest[foofoo, foofoo, foofoo, foofoo,
- bar
- ]
-
- testtest[foofoo
- ]
-
- testtest[
- foofoo]
-
- testtest[
- foofoo
- ]
-
- testtest[foofoo,]
-
- testtest[foofoo, testtest[testtest[foofoo]]]
-
- testtest[foofoo, fososos,
- testtest[testtest[foofoo]],]
-
- testtest[foofoo, testtest[testtest[foofoo,]], testsa]
-
- testtest[foofoo, seee, testtest[testtest[foofoo,]], testsa]
-
- useCallable["A", Callable { println["Hello world"] }]
-
- useCallable["B", "C", Callable {
- println["Hello world"]
- }, Callable {
- println["Hello world"]
- }]
-
- useCallable[Callable { println["Hello world"] }]
-
- useCallable[Callable { println["Hello world"] },]
-
- useCallable[Callable {
- println["Hello world"] },]
-
- useCallable[Callable { println["Hello world"] }
- ]
-
- useCallable[Callable { println["Hello world"] }]{
-
- }
-
- useCallable[
- Callable { println["Hello world"] }]
-
- useCallable["A", { println["Hello world"] }]
-
- useCallable["B", "C", {
- println["Hello world"]
- }, {
- println["Hello world"]
- }]
-
- useCallable[{ println["Hello world"] }]
-
- useCallable[{ println["Hello world"] },]
-
- useCallable[{ println["Hello world"] }
- ,]
-
- useCallable[{ println["Hello world"] }
- ]
-
- useCallable[
- { println["Hello world"] }]
-
- useCallable["A", object : Callable { override fun call() { println["Hello world"] } }]
-
- useCallable["A", object : Callable {
- override fun call() {
- println["Hello world"]
- }
- }]
-
- useCallable["B", "C", object : Callable { override fun call() { println["Hello world"] } }, foo[0,]]
-
- useCallable[object : Callable { override fun call() { println["Hello world"] } }]
-
- useCallable[object : Callable { override fun call() { println["Hello world"] } },]
-
- useCallable[object : Callable { override fun call() { println["Hello world"] } }
- ]
-
- useCallable[object : Callable { override fun call() { println["Hello world"] } }] {
-
- }
-
- useCallable[
- object : Callable { override fun call() { println["Hello world"] } }]
-
- testtest[
- foofoo, foofoo, foofoo, foofoo,
- bar /*
- */, /* */ foo
- ]
-
- testtest[/*
- */foofoo, foofoo, foofoo, /*
-
- */
- foofoo, bar]
-
- testtest[foofoo, foofoo, foofoo, foofoo, bar/*
- */]
-
- testtest[foofoo, foofoo, foofoo, foofoo, bar // awdawda
- ]
-
- testtest[foofoo, foofoo, foofoo, foofoo, /*
-
- */
- bar
- ]
-
- testtest[foofoo // fd
- ]
-
- testtest[ /**/
- foofoo
- ]
-
- testtest[foofoo,/**/]
-
- testtest[foofoo, foofoo, foofoo, foofoo/*
- */ , /* */ bar
- ]
-
- testtest[foofoo // fd
- ]
-
- testtest[ /**/
- foofoo
- ]
-
- testtest[foofoo,/**/]
-
- testtest[foofoo, fososos,/*
- */ testtest[testtest[foofoo]],]
-
- testtest[foofoo, testtest[testtest[foofoo,]], /**/testsa]
-
- testtest[foofoo, testtest[testtest[foofoo,]]/* */ , /**/testsa]
-
- testtest[foofoo, testtest[testtest[foofoo,]]/*
- */ ,testsa]
-
- testtest[foofoo, seee, testtest[testtest[foofoo,]], /**/testsa]
-
- testtest[foofoo, seee, testtest[testtest[foofoo,]], /*
- */testsa]
-
- useCallable["B", "C", Callable {
- println["Hello world"]
- }, /* */ Callable {
- println["Hello world"]
- }]
-
- useCallable[Callable { println["Hello world"] } // ffd
- ]
-}
\ No newline at end of file
diff --git a/idea/testData/inspections/trailingCommaOnWithCodeStyleAndCallSite/LambdaParameterList.kt b/idea/testData/inspections/trailingCommaOnWithCodeStyleAndCallSite/LambdaParameterList.kt
deleted file mode 100644
index 6ac3c373f33..00000000000
--- a/idea/testData/inspections/trailingCommaOnWithCodeStyleAndCallSite/LambdaParameterList.kt
+++ /dev/null
@@ -1,190 +0,0 @@
-val x = {
- x: Comparable>,
- y: String,
-->
- println("1")
- }
-
-val x = {x: Comparable>, y: String->
- println("1")
- }
-
-val x = {x: String, y
-: String->
- println("1")
- }
-
-val x = {
- x: String,
- y: String
-->
- println("1")
- }
-
-val x = {
- x: String,
- y: Comparable>,->
- println("1")
- }
-
-val x = {
- x: Comparable>,
- y: String
- ,->
- println("1")
- }
-
-val x = {
- x: String,
- y: Comparable>,
- z: String,
-->
- println("1")
- }
-
-val x = {
- x: String,
- y: String,
- z: String
-->
- println("1")
- }
-
-val x = {
- x: String,
- y: String,
- z: String,->
- println("1")
- }
-
-val x = {
- x: String,
- y: String,
- z: String
- ,->
- println("1")
- }
-
-val x = {
- x: String,
-->
- println("1")
- }
-
-val x = {
- x: String
-->
- println("1")
- }
-
-val x = {
- x: String,->
- println("1")
- }
-
-val x = {
- x: String
- ,->
- println("1")
- }
-
-val x = {
- x: String ,
- y: String,
-->
- println("1")
- }
-
-val x = {
- x: String,
- z: String
-->
- println("1")
- }
-
-val x = {
- x: String,
- y: String,
- z: String ,->
- println("1")
- }
-
-val x = {
- x: String,
- z: String
- , ->
- println("1")
- }
-
-val x = {
- x, y: String,
- z: String
- , ->
- println("1")
- }
-
-val x = {
- x: String, y: String, z: String
-->
- println("1")
- }
-
-val x = {
- z: String, v: Comparable>,
-
-->
- println("1")
- }
-
-val x = {x: String,
- y: Comparable>,
-->
- println("1")
- }
-
-val x = {
- x: Int
-->
- println("1")
- }
-
-val x = {
- x: String, y: String
- , /* */ z: String
-->
- println("1")
- }
-
-val x = {
- x: String, y: String
- /* */, /* */ z: String
-->
- println("1")
- }()
-
-val x = {
- x: String, /*
- */ y: String,
- z: String ,->
- println("1")
- }
-
-val x = {
- x: String, y: String , z: String /*
- */
- , ->
- println("1")
- }
-
-val x = {
- x: Comparable>, y: String,
- z: String
- , ->
- println("1")
- }
-
-val x = {
- x: String, y: String, z: String
-->
- println("1")
- }
diff --git a/idea/testData/inspections/trailingCommaOnWithCodeStyleAndCallSite/LambdaValueParameters.kt b/idea/testData/inspections/trailingCommaOnWithCodeStyleAndCallSite/LambdaValueParameters.kt
deleted file mode 100644
index d034a157c85..00000000000
--- a/idea/testData/inspections/trailingCommaOnWithCodeStyleAndCallSite/LambdaValueParameters.kt
+++ /dev/null
@@ -1,83 +0,0 @@
-fun main() {
- val x: (
- y: Comparable>,
- z: Iterable> // trailing comma
- ) -> Int = {
- 10
- }
-
- val x: (
- y: Comparable>,
- z: Iterable>
- ) -> Int = {
- 10
- }
-
- val x: (y: Comparable>, z: Iterable>) -> Int = {
- 10
- }
-
- val x: (y: Comparable>, z: Iterable>,) -> Int = {
- 10
- }
-
- val x: (y: Comparable>, z: Iterable>,
- ) -> Int = {
- 10
- }
-
- val x: (y: Comparable>) -> Int = {
- 10
- }
-
- val x: (y: Comparable>,) -> Int = {
- 10
- }
-
- val x: (y: Comparable>
- ) -> Int = {
- 10
- }
-
- val x: (
- y: Comparable>) -> Int = {
- 10
- }
-
- val x: (
- y: Comparable>, //
- z: Iterable> // /**/
- ) -> Int = {
- 10
- }
-
- val x: (y: Comparable>, z: Iterable>
- // wd
- ) -> Int = {
- 10
- }
-
- val x: (y: Comparable>/*
- */, z: Iterable>, /* //
- */) -> Int = {
- 10
- }
-
- val x: (/**/y: Comparable>/**/) -> Int = {
- 10
- }
-
- val x: (y: Comparable>/**/,) -> Int = {
- 10
- }
-
- val x: (y: Comparable>
- ) -> Int = {
- 10
- }
-
- val x: ( /*
- */y: Comparable>) -> Int = {
- 10
- }
-}
diff --git a/idea/testData/inspections/trailingCommaOnWithCodeStyleAndCallSite/MultiVariableDeclaration.kt b/idea/testData/inspections/trailingCommaOnWithCodeStyleAndCallSite/MultiVariableDeclaration.kt
deleted file mode 100644
index 48b97ed2bf0..00000000000
--- a/idea/testData/inspections/trailingCommaOnWithCodeStyleAndCallSite/MultiVariableDeclaration.kt
+++ /dev/null
@@ -1,99 +0,0 @@
-fun test() {
- val (a, b) = 1 to 2
-
- val (a, b) = 1 to
- 2
-
- val (a, b) = 1
- to
- 2
-
-
- val (a, b,) = 1 to 2
-
- val (a,) =
- b
-
- val (a,
- ) =
- b
-
- val (a
- ) =
- b
-
- val (a,) = b
-
- val (
- a,) = b
-
- val (a, b
- ) = 1 to 2
-
- val (a,
- b) = 1 to 2
-
- val (
- a, b
- ) = 1 to 2
-
- val (
- a, b,
- ) = 1 to 2
-
- val (a, b, c,
- d, f
- ) = 1 to 2
-
- val (a, b, c,
- d, f,
- ) = 1 to 2
-
- val (a, b/**/) = 1 to 2
-
- val (a, /**/b/**/) /**/=/**/ 1 to
- 2
-
- val (a,/**/ b) = 1
- to
- 2
-
- val (a, b/**/,) = 1 to 2
-
- val (a/**/, b/**/,/**/) = 1 to 2
-
- val (a/**/,/**/) =
- b
-
- val (a,) = b
-
- val (a, b/**/
- ) = 1 to 2
-
- val (a, b// awd
- ) = 1 to 2
-
- val (a,/**/ b /**/ // awd
- ) = 1 to 2
-
- val (a, // ad
- /**/b) = 1 to 2
-
- val (
- a, b // fe
- /**/)/**/ = 1 to 2
-
- val (
- a, b, // awd
- ) = 1 to 2
-
- val (a, b, c,
- d, f // awd
- /*
- */) = 1 to 2
-
- val (a, b, c,
- d, f // awd
- ,
- ) = 1 to 2
-}
\ No newline at end of file
diff --git a/idea/testData/inspections/trailingCommaOnWithCodeStyleAndCallSite/ParameterList.kt b/idea/testData/inspections/trailingCommaOnWithCodeStyleAndCallSite/ParameterList.kt
deleted file mode 100644
index cb00f14928d..00000000000
--- a/idea/testData/inspections/trailingCommaOnWithCodeStyleAndCallSite/ParameterList.kt
+++ /dev/null
@@ -1,458 +0,0 @@
-class A1 {
- val x: String
- val y: String
-
- constructor(
- x: String,
- y: String,
- ) {
- this.x = x
- this.y = y
- }
-}
-
-class B1 {
- val x: String
- val y: String
-
- constructor(
- x: String,
- y: String
- ) {
- this.x = x
- this.y = y
- }
-}
-
-class C1 {
- val x: String
- val y: String
-
- constructor(
- x: String,
- y: String,) {
- this.x = x
- this.y = y
- }
-}
-
-class D1 {
- val x: String
- val y: String
-
- constructor(
- x: String,
- y: String
- ,) {
- this.x = x
- this.y = y
- }
-}
-
-class A2 {
- val x: String
- val y: String
- val z: String
-
- constructor(
- x: String,
- y: String,
- z: String,
- ) {
- this.x = x
- this.y = y
- this.z = z
- }
-}
-
-class B2 {
- val x: String
- val y: String
- val z: String
-
- constructor(
- x: String,
- y: String,
- z: String
- ) {
- this.x = x
- this.y = y
- this.z = z
- }
-}
-
-class C2 {
- val x: String
- val y: String
- val z: String
-
- constructor(
- x: String,
- y: String,
- z: String,) {
- this.x = x
- this.y = y
- this.z = z
- }
-}
-
-class D2 {
- val x: String
- val y: String
- val z: String
-
- constructor(
- x: String,
- y: String,
- z: String
- ,) {
- this.x = x
- this.y = y
- this.z = z
- }
-}
-
-class A3 {
- val x: String
-
- constructor(x: String,) {
- this.x = x
- }
-}
-
-class B3 {
- val x: String
-
- constructor(x: String) {
- this.x = x
- }
-}
-
-class C3 {
- val x: String
-
- constructor(
- x: String,) {
- this.x = x
- }
-}
-
-class D3 {
- val x: String
-
- constructor(
- x: String
- ,) {
- this.x = x
- }
-}
-
-class E1 {
- val x: String
- val y: String
- val z: String
-
- constructor(
- x: String,
- y: String, z: String,) {
- this.x = x
- this.y = y
- this.z = z
- }
-}
-
-class E2 {
- val x: String
- val y: String
- val z: String
-
- constructor(
- x: String,
- y: String, z: String) {
- this.x = x
- this.y = y
- this.z = z
- }
-}
-class A1(
- val x: String,
- y: String,
-)
-
-class B1(
- val x: String,
- val y: String
-)
-
-class C1(
- val x: String,
- val y: String,)
-
-class D1(
- val x: String,
- val y: String
- ,)
-
-class A2(
- val x: String,
- val y: String,
- val z: String,
-)
-
-class B2(
- val x: String,
- val y: String,
- val z: String
-)
-
-class C2(
- val x: String,
- val y: String,
- val z: String,)
-
-class D2(
- val x: String,
- val y: String,
- val z: String
- ,)
-
-class A3(
- val x: String,
-)
-
-class B3(
- val x: String
-)
-
-class C3(
- val x: String,)
-
-class D3(
- val x: String
- ,)
-
-class A4(
- val x: String ,
- val y: String,
- val z: String ,
-)
-
-class B4(
- val x: String,
- val y: String,
- val z: String
-)
-
-class C4(
- val x: String,
- val y: String,
- val z: String ,)
-
-class D4(
- val x: String,
- val y: String,
- val z: String
- , )
-
-class E1(
- val x: String, val y: String,
- val z: String
- , )
-
-class E2(
- val x: String, val y: String, val z: String
-)
-
-class C(
- z: String, val v: Int, val x: Int =
- 42, val y: Int =
- 42
-)
-
-val foo1: (Int, Int) -> Int = fun(
- x,
- y,
-): Int = 42
-
-val foo2: (Int, Int) -> Int = fun(
- x,
- y
-): Int {
- return x + y
-}
-
-val foo3: (Int, Int) -> Int = fun(
- x, y,
-): Int {
- return x + y
-}
-
-val foo4: (Int) -> Int = fun(
- x,
-): Int = 42
-
-val foo5: (Int) -> Int = fun(
- x
-): Int = 42
-
-val foo6: (Int) -> Int = fun(x,): Int = 42
-
-val foo7: (Int) -> Int = fun(x): Int = 42
-
-val foo8: (Int, Int, Int) -> Int = fun (x, y: Int, z,): Int {
- return x + y
-}
-
-val foo9: (Int, Int, Int) -> Int = fun (
- x,
- y: Int,
- z,
-): Int = 42
-
-val foo10: (Int, Int, Int) -> Int = fun (
- x,
- y: Int,
- z: Int
-): Int = 43
-
-val foo10 = fun (
- x: Int,
- y: Int,
- z: Int
-): Int = 43
-
-val foo11 = fun (
- x: Int,
- y: Int,
- z: Int,
-): Int = 43
-
-val foo12 = fun (
- x: Int, y: Int, z: Int,
-): Int = 43
-
-val foo13 = fun (x: Int, y: Int, z: Int,
-): Int = 43
-
-val foo14 = fun (x: Int, y: Int, z: Int
- ,): Int = 43
-
-fun a1(
- x: String,
- y: String,
-) = Unit
-
-fun b1(
- x: String,
- y: String
-) = Unit
-
-fun c1(
- x: String,
- y: String,) = Unit
-
-fun d1(
- x: String,
- y: String
- ,) = Unit
-
-fun a2(
- x: String,
- y: String,
- z: String,
-) = Unit
-
-fun b2(
- x: String,
- y: String,
- z: String
-) = Unit
-
-fun c2(
- x: String,
- y: String,
- z: String,) = Unit
-
-fun d2(
- x: String,
- y: String,
- z: String
- ,) = Unit
-
-fun a3(
- x: String,
-) = Unit
-
-fun b3(
- x: String
-) = Unit
-
-fun c3(
- x: String,) = Unit
-
-fun d3(
- x: String
- ,) = Unit
-
-fun a4(
- x: String
- ,
- y: String,
- z: String ,
-) = Unit
-
-fun b4(
- x: String,
- y: String,
- z: String
-) = Unit
-
-fun c4(x: String,
- y: String,
- z: String ,) = Unit
-
-fun d4(
- x: String,
- y: String,
- z: String
- , ) = Unit
-
-fun foo(
- x: Int =
- 42
-) {
-}
-
-class C(
- val x: Int =
- 42
-)
-
-class G(
- val x: String, val y: String
- = "", /* */ val z: String
-)
-
-class G(
- val x: String, val y: String
- = "" /* */, /* */ val z: String
-)
-
-class H(
- val x: String, /*
- */ val y: String,
- val z: String ,)
-
-class J(
- val x: String, val y: String , val z: String /*
- */
- , )
-
-class K(
- val x: String, val y: String,
- val z: String
- , )
-
-class L(
- val x: String, val y: String, val z: String // adwd
-)
diff --git a/idea/testData/inspections/trailingCommaOnWithCodeStyleAndCallSite/TypeArgumentList.kt b/idea/testData/inspections/trailingCommaOnWithCodeStyleAndCallSite/TypeArgumentList.kt
deleted file mode 100644
index e46f5c1f3ac..00000000000
--- a/idea/testData/inspections/trailingCommaOnWithCodeStyleAndCallSite/TypeArgumentList.kt
+++ /dev/null
@@ -1,113 +0,0 @@
-fun foo() {
- testtest,
- >,
- testsa,
- >()
-
- testtest()
-
- testtest<
- foofoo, foofoo, foofoo, foofoo, bar
- >()
-
- testtest()
-
- testtest()
-
- testtest()
-
- testtest<
- foofoo>()
-
- testtest<
- foofoo
- >()
-
- testtest()
-
- testtest>>()
-
- testtest>,>()
-
- testtest>
- ,>()
-
- testtest>, testsa>()
-
- testtest>, testsa>()
-
- testtest<
- foofoo, foofoo, foofoo, foofoo,
- bar /*
- */, /* */ foo
- >()
-
- testtest*
- */foofoo, foofoo, foofoo, /*
-
- */
- foofoo, bar>()
-
- testtest()
-
- testtest()
-
- testtest()
-
- testtest()
-
- testtest< /**/
- foofoo
- >()
-
- testtest()
-
- testtest()
-
- testtest()
-
- testtest< /**/
- foofoo
- >()
-
- testtest()
-
- testtest()
-
- testtest<
- foofoo,/**/>()
-
- testtest>,>()
-
- testtest>, /**/testsa>()
-
- testtest>/* */ , /**/testsa>()
-
- testtest>/*
- */ ,testsa>()
-
- testtest>, /**/testsa>()
-
- testtest>, /*
- */testsa>()
-}
\ No newline at end of file
diff --git a/idea/testData/inspections/trailingCommaOnWithCodeStyleAndCallSite/TypeParameterList.kt b/idea/testData/inspections/trailingCommaOnWithCodeStyleAndCallSite/TypeParameterList.kt
deleted file mode 100644
index 5e01f5ff057..00000000000
--- a/idea/testData/inspections/trailingCommaOnWithCodeStyleAndCallSite/TypeParameterList.kt
+++ /dev/null
@@ -1,261 +0,0 @@
-class A1<
- x: String,
- y: String,
->
-
-class F
-
-class F2
-
-class B1<
- x: String,
- y: String
->
-
-class C1<
- x: String,
- y: String,>
-
-class D1<
- x: String,
- y: String
- ,>
-
-class A2<
- x: String,
- y: String,
- z: String,
->
-
-class B2<
- x: String,
- y: String,
- z: String
->
-
-class C2<
- x: String,
- y: String,
- z: String,>
-
-class D2<
- x: String,
- y: String,
- z: String
- ,>
-
-class A3<
- x: String,
->
-
-class B3<
- x: String
->
-
-class C3<
- x: String,>
-
-class D3<
- x: String
- ,>
-
-class A4<
- x: String ,
- y: String,
- z ,
->
-
-class B4<
- x: String,
- y,
- z: String
->
-
-class C4<
- x: String,
- y: String,
- z: String ,>
-
-class D4<
- x: String,
- y,
- z: String
- , >
-
-class E1<
- x, y: String,
- z: String
- , >
-
-class E2<
- x: String, y: String, z: String
->
-
-class C<
- z: String, v
-
->
-
-fun a1() = Unit
-
-fun b1() = Unit
-
-fun <
- x: String,
- y: String,> c1() = Unit
-
-fun <
- x: String,
- y: String
- ,> d1() = Unit
-
-fun <
- x: String,
- y: String,
- z: String,
-> a2() = Unit
-
-fun <
- x: String,
- y: String,
- z: String
-> b2() = Unit
-
-fun <
- x: String,
- y: String,
- z: String,> c2() = Unit
-
-fun <
- x: String,
- y: String,
- z: String
- ,> d2() = Unit
-
-fun <
- x: String,
-> a3() = Unit
-
-fun <
- x: String
-> b3() = Unit
-
-fun <
- x: String,> c3() = Unit
-
-fun <
- x: String
- ,> d3() = Unit
-
-fun <
- x: String
- ,
- y: String,
- z: String ,
-> a4() = Unit
-
-fun <
- x: String,
- y: String,
- z: String
-> b4() = Unit
-
-fun c4() = Unit
-
-fun <
- x: String,
- y: String,
- z: String
- , > d4() = Unit
-
-fun <
- x
-> foo() {
-}
-
-fun ag() {
-
-}
-
-fun ag() {
-
-}
-
-fun <
- T> ag() {
-
-}
-
-class C<
- x: Int
->
-
-class G<
- x: String, y: String
- , /* */ z: String
->
-
-class G<
- x: String, y: String
- /* */, /* */ z: String
->()
-
-class H<
- x: String, /*
- */ y: String,
- z: String ,>
-
-class J<
- x: String, y: String , z: String /*
- */
- , >
-
-class K<
- x: String, y: String,
- z: String
- , >
-
-class L<
- x: String, y: String, z: String
->
-
-class C<
- x: Int // adad
->
-
-class G<
- x: String, y: String
- , /* */ z: String // adad
->
-
-class G<
- x: String, y: String
- /* */, /* */ z: String /**/,
->()
-
-class H<
- x: String, /*
- */ y: String,
- z: String /*
- */ ,>
-
-class J<
- x: String, y: String , z: String /*
- */
- , /**/ >
-
-class K<
- x: String, y: String,
- z: String // aw
- , >
-
-class L<
- x: String, y: String, z: String //awd
->
diff --git a/idea/testData/inspections/trailingCommaOnWithCodeStyleAndCallSite/WhenEntry.kt b/idea/testData/inspections/trailingCommaOnWithCodeStyleAndCallSite/WhenEntry.kt
deleted file mode 100644
index 0e9819b8cf6..00000000000
--- a/idea/testData/inspections/trailingCommaOnWithCodeStyleAndCallSite/WhenEntry.kt
+++ /dev/null
@@ -1,75 +0,0 @@
-fun foo(x: Any) = when (x) {
- Comparable::class, Iterable::class, String::class, // trailing comma
- -> println(1)
- else -> println(3)
-}
-
-fun foo(x: Any) {
- when (x) {
- Comparable::class, Iterable::class, String::class /*// trailing comma*/ -> println(1)
- else -> println(3)
- }
-
- when (x) {
- Comparable::class, Iterable::class,
- String::class /*// trailing comma*/ -> println(1)
- else -> println(3)
- }
-
- when (x) {
- Comparable::class, Iterable::class,
- String::class /*// trailing comma*/, -> println(1)
- else -> println(3)
- }
-
- when (x) {
- Comparable::class, Iterable::class, String::class /*// trailing comma*/ -> println(1)
- else -> println(3)
- }
-
- when (x) {
- 1 -> {
-
- }
- else -> println(3)
- }
-
- when (x) {
- 1, -> {
-
- }
- else -> println(3)
- }
-
- when (x) {
- 1
- -> {
-
- }
- else -> println(3)
- }
-
- when (x) {
- 1, 2,
- 3 /**/ -> {
-
- }
- else -> println(3)
- }
-
- when (val c = x) {
- 1, 2,
- 3 /**/ -> {
-
- }
- else -> println(3)
- }
-
- when {
- x in coll
- -> {
-
- }
- else -> println(3)
- }
-}
diff --git a/idea/testData/inspections/trailingCommaOnWithCodeStyleAndCallSite/inspectionData/expected.xml b/idea/testData/inspections/trailingCommaOnWithCodeStyleAndCallSite/inspectionData/expected.xml
deleted file mode 100644
index 42cdfcae924..00000000000
--- a/idea/testData/inspections/trailingCommaOnWithCodeStyleAndCallSite/inspectionData/expected.xml
+++ /dev/null
@@ -1,8006 +0,0 @@
-
-
- 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
- Useless trailing comma
- ,
- 46
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 1
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Useless trailing comma
- ,
- 51
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 5
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Useless trailing comma
- ,
- 50
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 9
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- x
- 42
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 10
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- )
- 46
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 10
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing trailing comma
- y
- 45
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 9
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
-
- 40
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 10
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- -
- 52
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 16
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- )
- 46
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 16
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing trailing comma
- y
- 45
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 14
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
-
- 40
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 16
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- -
- 52
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 22
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Comma loses the advantages in this position
- ,
- 45
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 22
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- )
- 48
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 20
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
-
- 40
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 22
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- -
- 54
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 28
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Comma loses the advantages in this position
- ,
- 3
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 26
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- x
- 42
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 28
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- )
- 4
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 26
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
-
- 40
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 28
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- -
- 10
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 32
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Useless trailing comma
- ,
- 50
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 36
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Useless trailing comma
- ,
- 54
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 40
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- x
- 42
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 41
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- )
- 2
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 40
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing trailing comma
- y
- 45
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 40
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
-
- 40
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 41
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- -
- 8
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 46
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Comma loses the advantages in this position
- ,
- 2
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 45
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- /
- 42
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 48
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- )
- 2
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 47
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing trailing comma
- y
- 45
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 45
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
-
- 40
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 48
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- -
- 8
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 54
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Comma loses the advantages in this position
- ,
- 2
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 53
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- /
- 9
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 56
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- )
- 2
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 55
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing trailing comma
- y
- 45
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 57
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- -
- 11
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 61
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Useless trailing comma
- ,
- 46
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 61
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
-
- 40
- 1
-
-
- DestructuringDeclarationsInLambda.kt
- 62
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- -
- 44
- 1
-
-
- WhenEntry.kt
- 15
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- -
- 44
- 1
-
-
- WhenEntry.kt
- 15
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing trailing comma
- s
- 20
- 1
-
-
- WhenEntry.kt
- 21
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Comma loses the advantages in this position
- ,
- 43
- 1
-
-
- WhenEntry.kt
- 21
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- -
- 45
- 1
-
-
- WhenEntry.kt
- 38
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Useless trailing comma
- ,
- 9
- 1
-
-
- WhenEntry.kt
- 45
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing trailing comma
- 1
- 8
- 1
-
-
- WhenEntry.kt
- 54
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- -
- 15
- 1
-
-
- WhenEntry.kt
- 54
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing trailing comma
- 3
- 8
- 1
-
-
- WhenEntry.kt
- 62
- testProject
- light_idea_test_case
-
- Trailing comma recommendations
- Missing line break
- -
- 15
- 1
-
-
- WhenEntry.kt
- 62
- testProject
- light_idea_test_case
-
- 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/inspections.test b/idea/testData/inspections/trailingCommaOnWithCodeStyleAndCallSite/inspectionData/inspections.test
deleted file mode 100644
index b59d79e6528..00000000000
--- a/idea/testData/inspections/trailingCommaOnWithCodeStyleAndCallSite/inspectionData/inspections.test
+++ /dev/null
@@ -1,3 +0,0 @@
-// INSPECTION_CLASS: org.jetbrains.kotlin.idea.inspections.TrailingCommaInspection
-// COMPILER_ARGUMENTS: -XXLanguage:+TrailingCommas
-// REGISTRY: kotlin.formatter.allowTrailingCommaOnCallSite true
diff --git a/idea/testData/inspections/trailingCommaOnWithoutCodeStyle/ArgumentList.kt b/idea/testData/inspections/trailingCommaOnWithoutCodeStyle/ArgumentList.kt
deleted file mode 100644
index da169db0254..00000000000
--- a/idea/testData/inspections/trailingCommaOnWithoutCodeStyle/ArgumentList.kt
+++ /dev/null
@@ -1,225 +0,0 @@
-fun foo() {
- testtest(foofoo, foofoo, foofoo,
- foofoo, bar)
-
- testtest(
- foofoo, foofoo, foofoo, foofoo, bar
- )
-
- testtest(foofoo, foofoo, foofoo, foofoo, bar
- )
-
- testtest(foofoo, foofoo, foofoo, foofoo,
- bar
- )
-
- testtest(foofoo
- )
-
- testtest(
- foofoo)
-
- testtest(
- foofoo
- )
-
- testtest(foofoo,)
-
- testtest(foofoo, testtest(testtest(foofoo)))
-
- testtest(foofoo, fososos, testtest(testtest(foofoo)),)
-
- testtest(foofoo, testtest(testtest(foofoo,)), testsa)
-
- testtest(foofoo, seee, testtest(testtest(foofoo,)), testsa)
-
- useCallable("A", Callable { println("Hello world") })
-
- useCallable("B", "C", Callable {
- println("Hello world")
- }, Callable {
- println("Hello world")
- })
-
- useCallable(Callable { println("Hello world") })
-
- useCallable(Callable { println("Hello world") },)
-
- useCallable(Callable { println("Hello world") }
- )
-
- useCallable(Callable { println("Hello world") }){
-
- }
-
- useCallable(
- Callable { println("Hello world") })
-
- useCallable("A", { println("Hello world") })
-
- useCallable("B", "C", {
- println("Hello world")
- }, {
- println("Hello world")
- })
-
- useCallable({ println("Hello world") })
-
- useCallable({ println("Hello world") },)
-
- useCallable({ println("Hello world") }
- )
-
- useCallable({ println("Hello world") }){
-
- }
-
- useCallable(
- { println("Hello world") })
-
- useCallable("A", foo() { println("Hello world") })
-
- useCallable("B", "C", foo() {
- println("Hello world")
- }, foo() {
- println("Hello world")
- })
-
- useCallable(foo() { println("Hello world") })
-
- useCallable(foo() { println("Hello world") },)
-
- useCallable(foo() { println("Hello world") }
- )
-
- useCallable(foo() { println("Hello world") }) {
-
- }
-
- useCallable(
- foo() { println("Hello world") })
-
- useCallable("A", object : Callable { override fun call() { println("Hello world") } })
-
- useCallable("A", object : Callable {
- override fun call() {
- println("Hello world")
- }
- })
-
- useCallable("B", "C", object : Callable { override fun call() { println("Hello world") } }, foo() {
- println("Hello world")
- })
-
- useCallable(object : Callable { override fun call() { println("Hello world") } })
-
- useCallable(object : Callable { override fun call() { println("Hello world") } },)
-
- useCallable(object : Callable { override fun call() { println("Hello world") } }
- )
-
- useCallable(object : Callable { override fun call() { println("Hello world") } }) {
-
- }
-
- useCallable(
- object : Callable { override fun call() { println("Hello world") } })
-
- testtest(
- foofoo, foofoo, foofoo, foofoo,
- bar /*
- */, /* */ foo
- )
-
- testtest(/*
- */foofoo, foofoo, foofoo, /*
-
- */
- foofoo, bar)
-
- testtest(foofoo, foofoo, foofoo, foofoo, bar/*
- */)
-
- testtest(foofoo, foofoo, foofoo, foofoo, bar // awdawda
- )
-
- testtest(foofoo, foofoo, foofoo, foofoo, /*
-
- */
- bar
- )
-
- testtest(foofoo // fd
- )
-
- testtest( /**/
- foofoo
- )
-
- testtest(foofoo,/**/)
-
- testtest(foofoo, foofoo, foofoo, foofoo/*
- */ , /* */ bar
- )
-
- testtest(foofoo // fd
- )
-
- testtest( /**/
- foofoo
- )
-
- testtest(foofoo,/**/)
-
- testtest(foofoo, fososos,/*
- */ testtest(testtest(foofoo)),)
-
- testtest(foofoo, testtest(testtest(foofoo,)), /**/testsa)
-
- testtest(foofoo, testtest(testtest(foofoo,))/* */ , /**/testsa)
-
- testtest(foofoo, testtest(testtest(foofoo,))/*
- */ ,testsa)
-
- testtest(foofoo, seee, testtest(testtest(foofoo,)), /**/testsa)
-
- testtest(foofoo, seee, testtest(testtest(foofoo,)), /*
- */testsa)
-
- useCallable("B", "C", Callable {
- println("Hello world")
- }, /* */ Callable {
- println("Hello world")
- })
-
- useCallable(Callable { println("Hello world") } // ffd
- )
-
- useCallable(object : Callable { override fun call() { println("Hello world") }
- },)
-
- useCallable(foo() { println("Hello world")
- },)
-
- useCallable({
- println("Hello world") },)
-
- useCallable(Callable { println("Hello world") }
- ,)
-
- testtest(foofoo, testtest(testtest(
- foofoo,)), testsa)
-
- testtest(foofoo, fososos, testtest(testtest(foofoo))
- ,)
-
-}
-
-fun test() {
- baz(
- f = fun(it: Int): String = "$it" /*dwdwd
- */,
- name = "" /*
- */,
- )
-}
diff --git a/idea/testData/inspections/trailingCommaOnWithoutCodeStyle/CollectionLiteralInAnnotation.kt b/idea/testData/inspections/trailingCommaOnWithoutCodeStyle/CollectionLiteralInAnnotation.kt
deleted file mode 100644
index 02657111dc4..00000000000
--- a/idea/testData/inspections/trailingCommaOnWithoutCodeStyle/CollectionLiteralInAnnotation.kt
+++ /dev/null
@@ -1,112 +0,0 @@
-@Anno([1])
-fun a() = Unit
-
-@Anno([1,])
-fun a() = Unit
-
-@Anno([1
- ])
-fun a() = Unit
-
-@Anno([
- 1, ])
-fun a() = Unit
-
-@Anno([
- 1 ])
-fun a() = Unit
-
-@Anno([1,2])
-fun a() = Unit
-
-@Anno([1, 2,])
-fun a() = Unit
-
-@Anno([1, 2
- ])
-fun a() = Unit
-
-@Anno([
- 1, 2, ])
-fun a() = Unit
-
-@Anno([
- 1, 2 ])
-fun a() = Unit
-
-@Anno([1, 2, 2])
-fun a() = Unit
-
-@Anno([1, 2, 2,])
-fun a() = Unit
-
-@Anno(["1"
- ])
-fun a() = Unit
-
-@Anno([
- 1, ])
-fun a() = Unit
-
-@Anno([
- 1 , 2 , 2 ])
-fun a() = Unit
-
-@Anno([1/*
- */])
-fun a() = Unit
-
-@Anno([1, //dw
- ])
-fun a() = Unit
-
-@Anno([1 // ds
- ])
-fun a() = Unit
-
-@Anno([/*
- */ // d
- 1/*
- */,/*
- */ ])
-fun a() = Unit
-
-@Anno([
- /*
- */ 1 ])
-fun a() = Unit
-
-@Anno([1/*
- */,2])
-fun a() = Unit
-
-@Anno([1, 2/*
- */,/*
- */])
-fun a() = Unit
-
-@Anno([/*
- */1, 2
- ])
-fun a() = Unit
-
-@Anno(["1"
- ])
-fun a() = Unit
-
-@Anno([
- 1, ])
-fun a() = Unit
-
-@Anno([
- 1 , 2 /*
- */ ])
-fun a() = Unit
-
-@Component(
- modules = [
- AppModule::class, DataModule::class,
- DomainModule::class
- ],
-)
-fun b() = Unit
\ No newline at end of file
diff --git a/idea/testData/inspections/trailingCommaOnWithoutCodeStyle/DestructuringDeclarationsInLambda.kt b/idea/testData/inspections/trailingCommaOnWithoutCodeStyle/DestructuringDeclarationsInLambda.kt
deleted file mode 100644
index 21170b923ee..00000000000
--- a/idea/testData/inspections/trailingCommaOnWithoutCodeStyle/DestructuringDeclarationsInLambda.kt
+++ /dev/null
@@ -1,64 +0,0 @@
-val x: (Pair, Int) -> Unit = { (x, y,), z, ->
- println(x)
-}
-
-val x: (Pair, Int) -> Unit = { (x, y), z, ->
- println(x)
-}
-
-val x: (Pair, Int) -> Unit = { (x,
- y), z, ->
- println(x)
-}
-
-val x: (Pair, Int) -> Unit = { (
- x,
- y), z, ->
- println(x)
-}
-
-val x: (Pair, Int) -> Unit = { (
- x // adw
- ,y,), z, ->
- println(x)
-}
-
-val x: (Pair, Int) -> Unit = { (x /* val x: (Pair, Int) -> Unit = { (x, y), z, ->
- println(x)
-}*/,), z, ->
- println(x)
-}
-
-val x: (Pair, Int) -> Unit = { (x, y), z, ->
- println(x)
-}
-
-val x: (Pair, Int) -> Unit = { (x, y/**/), z, ->
- println(x)
-}
-
-val x: (Pair, Int) -> Unit = { (x, y/*
-*/), z, ->
- println(x)
-}
-
-val x: (Pair, Int) -> Unit = { (/**/x /**/ /*
-*/, // awdawd
- y/*
-*/), z, ->
- println(x)
-}
-
-val x: (Pair, Int) -> Unit = {
- (/**/x /**/ /*
-*/, // awdawd
- y/*
-*/),
- z, ->
- println(x)
-}
-
-val x: (Pair, Int) -> Unit = { (x, y,),
- z, ->
- println(x)
-}
\ No newline at end of file
diff --git a/idea/testData/inspections/trailingCommaOnWithoutCodeStyle/Enum.kt b/idea/testData/inspections/trailingCommaOnWithoutCodeStyle/Enum.kt
deleted file mode 100644
index 207fda00b4b..00000000000
--- a/idea/testData/inspections/trailingCommaOnWithoutCodeStyle/Enum.kt
+++ /dev/null
@@ -1,38 +0,0 @@
-enum class Enum1 {
- A, B,;
-}
-
-enum class Enum2 {
- A, B;
-}
-
-enum class Enum3 {
- A, B
- ;
-}
-
-enum class Enum4 {
- A, B,
-}
-
-enum class Enum5 {
- A, B,
-}
-
-enum class Enum6(val a: Int) {
- A(
- 1
- ), B,
-}
-
-enum class Enum7(val a: Int) {
- A(
- 1
- ), B,;
-}
-
-enum class Enum8(val a: Int) {
- A(
- 1
- ), B;
-}
\ No newline at end of file
diff --git a/idea/testData/inspections/trailingCommaOnWithoutCodeStyle/IndicesAccess.kt b/idea/testData/inspections/trailingCommaOnWithoutCodeStyle/IndicesAccess.kt
deleted file mode 100644
index 19e5ab15d5d..00000000000
--- a/idea/testData/inspections/trailingCommaOnWithoutCodeStyle/IndicesAccess.kt
+++ /dev/null
@@ -1,176 +0,0 @@
-fun foo() {
- testtest[foofoo, foofoo, foofoo,
- foofoo, bar]
-
- testtest[
- foofoo, foofoo, foofoo, foofoo, bar
- ]
-
- testtest[foofoo, foofoo, foofoo, foofoo, bar
- ]
-
- testtest[foofoo, foofoo, foofoo, foofoo,
- bar
- ]
-
- testtest[foofoo
- ]
-
- testtest[
- foofoo]
-
- testtest[
- foofoo
- ]
-
- testtest[foofoo,]
-
- testtest[foofoo, testtest[testtest[foofoo]]]
-
- testtest[foofoo, fososos,
- testtest[testtest[foofoo]],]
-
- testtest[foofoo, testtest[testtest[foofoo,]], testsa]
-
- testtest[foofoo, seee, testtest[testtest[foofoo,]], testsa]
-
- useCallable["A", Callable { println["Hello world"] }]
-
- useCallable["B", "C", Callable {
- println["Hello world"]
- }, Callable {
- println["Hello world"]
- }]
-
- useCallable[Callable { println["Hello world"] }]
-
- useCallable[Callable { println["Hello world"] },]
-
- useCallable[Callable {
- println["Hello world"] },]
-
- useCallable[Callable { println["Hello world"] }
- ]
-
- useCallable[Callable { println["Hello world"] }]{
-
- }
-
- useCallable[
- Callable { println["Hello world"] }]
-
- useCallable["A", { println["Hello world"] }]
-
- useCallable["B", "C", {
- println["Hello world"]
- }, {
- println["Hello world"]
- }]
-
- useCallable[{ println["Hello world"] }]
-
- useCallable[{ println["Hello world"] },]
-
- useCallable[{ println["Hello world"] }
- ,]
-
- useCallable[{ println["Hello world"] }
- ]
-
- useCallable[
- { println["Hello world"] }]
-
- useCallable["A", object : Callable { override fun call() { println["Hello world"] } }]
-
- useCallable["A", object : Callable {
- override fun call() {
- println["Hello world"]
- }
- }]
-
- useCallable["B", "C", object : Callable { override fun call() { println["Hello world"] } }, foo[0,]]
-
- useCallable[object : Callable { override fun call() { println["Hello world"] } }]
-
- useCallable[object : Callable { override fun call() { println["Hello world"] } },]
-
- useCallable[object : Callable { override fun call() { println["Hello world"] } }
- ]
-
- useCallable[object : Callable { override fun call() { println["Hello world"] } }] {
-
- }
-
- useCallable[
- object : Callable { override fun call() { println["Hello world"] } }]
-
- testtest[
- foofoo, foofoo, foofoo, foofoo,
- bar /*
- */, /* */ foo
- ]
-
- testtest[/*
- */foofoo, foofoo, foofoo, /*
-
- */
- foofoo, bar]
-
- testtest[foofoo, foofoo, foofoo, foofoo, bar/*
- */]
-
- testtest[foofoo, foofoo, foofoo, foofoo, bar // awdawda
- ]
-
- testtest[foofoo, foofoo, foofoo, foofoo, /*
-
- */
- bar
- ]
-
- testtest[foofoo // fd
- ]
-
- testtest[ /**/
- foofoo
- ]
-
- testtest[foofoo,/**/]
-
- testtest[foofoo, foofoo, foofoo, foofoo/*
- */ , /* */ bar
- ]
-
- testtest[foofoo // fd
- ]
-
- testtest[ /**/
- foofoo
- ]
-
- testtest[foofoo,/**/]
-
- testtest[foofoo, fososos,/*
- */ testtest[testtest[foofoo]],]
-
- testtest[foofoo, testtest[testtest[foofoo,]], /**/testsa]
-
- testtest[foofoo, testtest[testtest[foofoo,]]/* */ , /**/testsa]
-
- testtest[foofoo, testtest[testtest[foofoo,]]/*
- */ ,testsa]
-
- testtest[foofoo, seee, testtest[testtest[foofoo,]], /**/testsa]
-
- testtest[foofoo, seee, testtest[testtest[foofoo,]], /*
- */testsa]
-
- useCallable["B", "C", Callable {
- println["Hello world"]
- }, /* */ Callable {
- println["Hello world"]
- }]
-
- useCallable[Callable { println["Hello world"] } // ffd
- ]
-}
\ No newline at end of file
diff --git a/idea/testData/inspections/trailingCommaOnWithoutCodeStyle/LambdaParameterList.kt b/idea/testData/inspections/trailingCommaOnWithoutCodeStyle/LambdaParameterList.kt
deleted file mode 100644
index 6ac3c373f33..00000000000
--- a/idea/testData/inspections/trailingCommaOnWithoutCodeStyle/LambdaParameterList.kt
+++ /dev/null
@@ -1,190 +0,0 @@
-val x = {
- x: Comparable>,
- y: String,
-->
- println("1")
- }
-
-val x = {x: Comparable>, y: String->
- println("1")
- }
-
-val x = {x: String, y
-: String->
- println("1")
- }
-
-val x = {
- x: String,
- y: String
-->
- println("1")
- }
-
-val x = {
- x: String,
- y: Comparable>,->
- println("1")
- }
-
-val x = {
- x: Comparable>,
- y: String
- ,->
- println("1")
- }
-
-val x = {
- x: String,
- y: Comparable>,
- z: String,
-->
- println("1")
- }
-
-val x = {
- x: String,
- y: String,
- z: String
-->
- println("1")
- }
-
-val x = {
- x: String,
- y: String,
- z: String,->
- println("1")
- }
-
-val x = {
- x: String,
- y: String,
- z: String
- ,->
- println("1")
- }
-
-val x = {
- x: String,
-->
- println("1")
- }
-
-val x = {
- x: String
-->
- println("1")
- }
-
-val x = {
- x: String,->
- println("1")
- }
-
-val x = {
- x: String
- ,->
- println("1")
- }
-
-val x = {
- x: String ,
- y: String,
-->
- println("1")
- }
-
-val x = {
- x: String,
- z: String
-->
- println("1")
- }
-
-val x = {
- x: String,
- y: String,
- z: String ,->
- println("1")
- }
-
-val x = {
- x: String,
- z: String
- , ->
- println("1")
- }
-
-val x = {
- x, y: String,
- z: String
- , ->
- println("1")
- }
-
-val x = {
- x: String, y: String, z: String
-->
- println("1")
- }
-
-val x = {
- z: String, v: Comparable>,
-
-->
- println("1")
- }
-
-val x = {x: String,
- y: Comparable>,
-->
- println("1")
- }
-
-val x = {
- x: Int
-->
- println("1")
- }
-
-val x = {
- x: String, y: String
- , /* */ z: String
-->
- println("1")
- }
-
-val x = {
- x: String, y: String
- /* */, /* */ z: String
-->
- println("1")
- }()
-
-val x = {
- x: String, /*
- */ y: String,
- z: String ,->
- println("1")
- }
-
-val x = {
- x: String, y: String , z: String /*
- */
- , ->
- println("1")
- }
-
-val x = {
- x: Comparable>, y: String,
- z: String
- , ->
- println("1")
- }
-
-val x = {
- x: String, y: String, z: String
-->
- println("1")
- }
diff --git a/idea/testData/inspections/trailingCommaOnWithoutCodeStyle/LambdaValueParameters.kt b/idea/testData/inspections/trailingCommaOnWithoutCodeStyle/LambdaValueParameters.kt
deleted file mode 100644
index d034a157c85..00000000000
--- a/idea/testData/inspections/trailingCommaOnWithoutCodeStyle/LambdaValueParameters.kt
+++ /dev/null
@@ -1,83 +0,0 @@
-fun main() {
- val x: (
- y: Comparable>,
- z: Iterable> // trailing comma
- ) -> Int = {
- 10
- }
-
- val x: (
- y: Comparable>,
- z: Iterable>
- ) -> Int = {
- 10
- }
-
- val x: (y: Comparable>, z: Iterable>) -> Int = {
- 10
- }
-
- val x: (y: Comparable>, z: Iterable>,) -> Int = {
- 10
- }
-
- val x: (y: Comparable>, z: Iterable>,
- ) -> Int = {
- 10
- }
-
- val x: (y: Comparable>) -> Int = {
- 10
- }
-
- val x: (y: Comparable>,) -> Int = {
- 10
- }
-
- val x: (y: Comparable>
- ) -> Int = {
- 10
- }
-
- val x: (
- y: Comparable>) -> Int = {
- 10
- }
-
- val x: (
- y: Comparable>, //
- z: Iterable> // /**/
- ) -> Int = {
- 10
- }
-
- val x: (y: Comparable>, z: Iterable>
- // wd
- ) -> Int = {
- 10
- }
-
- val x: (y: Comparable>/*
- */, z: Iterable>, /* //
- */) -> Int = {
- 10
- }
-
- val x: (/**/y: Comparable>/**/) -> Int = {
- 10
- }
-
- val x: (y: Comparable>/**/,) -> Int = {
- 10
- }
-
- val x: (y: Comparable>
- ) -> Int = {
- 10
- }
-
- val x: ( /*
- */y: Comparable>) -> Int = {
- 10
- }
-}
diff --git a/idea/testData/inspections/trailingCommaOnWithoutCodeStyle/MultiVariableDeclaration.kt b/idea/testData/inspections/trailingCommaOnWithoutCodeStyle/MultiVariableDeclaration.kt
deleted file mode 100644
index 48b97ed2bf0..00000000000
--- a/idea/testData/inspections/trailingCommaOnWithoutCodeStyle/MultiVariableDeclaration.kt
+++ /dev/null
@@ -1,99 +0,0 @@
-fun test() {
- val (a, b) = 1 to 2
-
- val (a, b) = 1 to
- 2
-
- val (a, b) = 1
- to
- 2
-
-
- val (a, b,) = 1 to 2
-
- val (a,) =
- b
-
- val (a,
- ) =
- b
-
- val (a
- ) =
- b
-
- val (a,) = b
-
- val (
- a,) = b
-
- val (a, b
- ) = 1 to 2
-
- val (a,
- b) = 1 to 2
-
- val (
- a, b
- ) = 1 to 2
-
- val (
- a, b,
- ) = 1 to 2
-
- val (a, b, c,
- d, f
- ) = 1 to 2
-
- val (a, b, c,
- d, f,
- ) = 1 to 2
-
- val (a, b/**/) = 1 to 2
-
- val (a, /**/b/**/) /**/=/**/ 1 to
- 2
-
- val (a,/**/ b) = 1
- to
- 2
-
- val (a, b/**/,) = 1 to 2
-
- val (a/**/, b/**/,/**/) = 1 to 2
-
- val (a/**/,/**/) =
- b
-
- val (a,) = b
-
- val (a, b/**/
- ) = 1 to 2
-
- val (a, b// awd
- ) = 1 to 2
-
- val (a,/**/ b /**/ // awd
- ) = 1 to 2
-
- val (a, // ad
- /**/b) = 1 to 2
-
- val (
- a, b // fe
- /**/)/**/ = 1 to 2
-
- val (
- a, b, // awd
- ) = 1 to 2
-
- val (a, b, c,
- d, f // awd
- /*
- */) = 1 to 2
-
- val (a, b, c,
- d, f // awd
- ,
- ) = 1 to 2
-}
\ No newline at end of file
diff --git a/idea/testData/inspections/trailingCommaOnWithoutCodeStyle/ParameterList.kt b/idea/testData/inspections/trailingCommaOnWithoutCodeStyle/ParameterList.kt
deleted file mode 100644
index cb00f14928d..00000000000
--- a/idea/testData/inspections/trailingCommaOnWithoutCodeStyle/ParameterList.kt
+++ /dev/null
@@ -1,458 +0,0 @@
-class A1 {
- val x: String
- val y: String
-
- constructor(
- x: String,
- y: String,
- ) {
- this.x = x
- this.y = y
- }
-}
-
-class B1 {
- val x: String
- val y: String
-
- constructor(
- x: String,
- y: String
- ) {
- this.x = x
- this.y = y
- }
-}
-
-class C1 {
- val x: String
- val y: String
-
- constructor(
- x: String,
- y: String,) {
- this.x = x
- this.y = y
- }
-}
-
-class D1 {
- val x: String
- val y: String
-
- constructor(
- x: String,
- y: String
- ,) {
- this.x = x
- this.y = y
- }
-}
-
-class A2 {
- val x: String
- val y: String
- val z: String
-
- constructor(
- x: String,
- y: String,
- z: String,
- ) {
- this.x = x
- this.y = y
- this.z = z
- }
-}
-
-class B2 {
- val x: String
- val y: String
- val z: String
-
- constructor(
- x: String,
- y: String,
- z: String
- ) {
- this.x = x
- this.y = y
- this.z = z
- }
-}
-
-class C2 {
- val x: String
- val y: String
- val z: String
-
- constructor(
- x: String,
- y: String,
- z: String,) {
- this.x = x
- this.y = y
- this.z = z
- }
-}
-
-class D2 {
- val x: String
- val y: String
- val z: String
-
- constructor(
- x: String,
- y: String,
- z: String
- ,) {
- this.x = x
- this.y = y
- this.z = z
- }
-}
-
-class A3 {
- val x: String
-
- constructor(x: String,) {
- this.x = x
- }
-}
-
-class B3 {
- val x: String
-
- constructor(x: String) {
- this.x = x
- }
-}
-
-class C3 {
- val x: String
-
- constructor(
- x: String,) {
- this.x = x
- }
-}
-
-class D3 {
- val x: String
-
- constructor(
- x: String
- ,) {
- this.x = x
- }
-}
-
-class E1 {
- val x: String
- val y: String
- val z: String
-
- constructor(
- x: String,
- y: String, z: String,) {
- this.x = x
- this.y = y
- this.z = z
- }
-}
-
-class E2 {
- val x: String
- val y: String
- val z: String
-
- constructor(
- x: String,
- y: String, z: String) {
- this.x = x
- this.y = y
- this.z = z
- }
-}
-class A1(
- val x: String,
- y: String,
-)
-
-class B1(
- val x: String,
- val y: String
-)
-
-class C1(
- val x: String,
- val y: String,)
-
-class D1(
- val x: String,
- val y: String
- ,)
-
-class A2(
- val x: String,
- val y: String,
- val z: String,
-)
-
-class B2(
- val x: String,
- val y: String,
- val z: String
-)
-
-class C2(
- val x: String,
- val y: String,
- val z: String,)
-
-class D2(
- val x: String,
- val y: String,
- val z: String
- ,)
-
-class A3(
- val x: String,
-)
-
-class B3(
- val x: String
-)
-
-class C3(
- val x: String,)
-
-class D3(
- val x: String
- ,)
-
-class A4(
- val x: String ,
- val y: String,
- val z: String ,
-)
-
-class B4(
- val x: String,
- val y: String,
- val z: String
-)
-
-class C4(
- val x: String,
- val y: String,
- val z: String ,)
-
-class D4(
- val x: String,
- val y: String,
- val z: String
- , )
-
-class E1(
- val x: String, val y: String,
- val z: String
- , )
-
-class E2(
- val x: String, val y: String, val z: String
-)
-
-class C(
- z: String, val v: Int, val x: Int =
- 42, val y: Int =
- 42
-)
-
-val foo1: (Int, Int) -> Int = fun(
- x,
- y,
-): Int = 42
-
-val foo2: (Int, Int) -> Int = fun(
- x,
- y
-): Int {
- return x + y
-}
-
-val foo3: (Int, Int) -> Int = fun(
- x, y,
-): Int {
- return x + y
-}
-
-val foo4: (Int) -> Int = fun(
- x,
-): Int = 42
-
-val foo5: (Int) -> Int = fun(
- x
-): Int = 42
-
-val foo6: (Int) -> Int = fun(x,): Int = 42
-
-val foo7: (Int) -> Int = fun(x): Int = 42
-
-val foo8: (Int, Int, Int) -> Int = fun (x, y: Int, z,): Int {
- return x + y
-}
-
-val foo9: (Int, Int, Int) -> Int = fun (
- x,
- y: Int,
- z,
-): Int = 42
-
-val foo10: (Int, Int, Int) -> Int = fun (
- x,
- y: Int,
- z: Int
-): Int = 43
-
-val foo10 = fun (
- x: Int,
- y: Int,
- z: Int
-): Int = 43
-
-val foo11 = fun (
- x: Int,
- y: Int,
- z: Int,
-): Int = 43
-
-val foo12 = fun (
- x: Int, y: Int, z: Int,
-): Int = 43
-
-val foo13 = fun (x: Int, y: Int, z: Int,
-): Int = 43
-
-val foo14 = fun (x: Int, y: Int, z: Int
- ,): Int = 43
-
-fun a1(
- x: String,
- y: String,
-) = Unit
-
-fun b1(
- x: String,
- y: String
-) = Unit
-
-fun c1(
- x: String,
- y: String,) = Unit
-
-fun d1(
- x: String,
- y: String
- ,) = Unit
-
-fun a2(
- x: String,
- y: String,
- z: String,
-) = Unit
-
-fun b2(
- x: String,
- y: String,
- z: String
-) = Unit
-
-fun c2(
- x: String,
- y: String,
- z: String,) = Unit
-
-fun d2(
- x: String,
- y: String,
- z: String
- ,) = Unit
-
-fun a3(
- x: String,
-) = Unit
-
-fun b3(
- x: String
-) = Unit
-
-fun c3(
- x: String,) = Unit
-
-fun d3(
- x: String
- ,) = Unit
-
-fun a4(
- x: String
- ,
- y: String,
- z: String ,
-) = Unit
-
-fun b4(
- x: String,
- y: String,
- z: String
-) = Unit
-
-fun c4(x: String,
- y: String,
- z: String ,) = Unit
-
-fun d4(
- x: String,
- y: String,
- z: String
- , ) = Unit
-
-fun foo(
- x: Int =
- 42
-) {
-}
-
-class C(
- val x: Int =
- 42
-)
-
-class G(
- val x: String, val y: String
- = "", /* */ val z: String
-)
-
-class G(
- val x: String, val y: String
- = "" /* */, /* */ val z: String
-)
-
-class H(
- val x: String, /*
- */ val y: String,
- val z: String ,)
-
-class J(
- val x: String, val y: String , val z: String /*
- */
- , )
-
-class K(
- val x: String, val y: String,
- val z: String
- , )
-
-class L(
- val x: String, val y: String, val z: String // adwd
-)
diff --git a/idea/testData/inspections/trailingCommaOnWithoutCodeStyle/TypeArgumentList.kt b/idea/testData/inspections/trailingCommaOnWithoutCodeStyle/TypeArgumentList.kt
deleted file mode 100644
index e46f5c1f3ac..00000000000
--- a/idea/testData/inspections/trailingCommaOnWithoutCodeStyle/TypeArgumentList.kt
+++ /dev/null
@@ -1,113 +0,0 @@
-fun foo() {
- testtest,
- >,
- testsa,
- >()
-
- testtest()
-
- testtest<
- foofoo, foofoo, foofoo, foofoo, bar
- >()
-
- testtest()
-
- testtest()
-
- testtest()
-
- testtest<
- foofoo>()
-
- testtest<
- foofoo
- >()
-
- testtest()
-
- testtest>>()
-
- testtest>,>()
-
- testtest>
- ,>()
-
- testtest>, testsa>()
-
- testtest