Commit 5770f81
authored
SONARKT-363 Fix ClassCastException in RedundantMethodsInDataClassesCheck
1 parent b66d10a commit 5770f81
File tree
2 files changed
+8
-1
lines changed- kotlin-checks-test-sources/src/main/kotlin/checks
- sonar-kotlin-checks/src/main/java/org/sonarsource/kotlin/checks
2 files changed
+8
-1
lines changedLines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
191 | 196 | | |
192 | 197 | | |
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
122 | 124 | | |
123 | 125 | | |
124 | 126 | | |
| |||
0 commit comments