Skip to content

Commit 7b48e2e

Browse files
authored
Merge pull request github#15049 from igfoo/igfoo/UnderscoreIdentifier
Kotlin 2: Accept changes in query-tests/UnderscoreIdentifier
2 parents c96be39 + eab32ea commit 7b48e2e

File tree

1 file changed

+4
-4
lines changed
  • java/ql/test-kotlin2/query-tests/UnderscoreIdentifier

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
| Test.kt:3:13:3:13 | List<Integer> l |
1+
| Test.kt:3:9:3:31 | List<Integer> l |
22
| Test.kt:4:28:4:32 | index |
33
| Test.kt:4:35:4:35 | p1 |
4-
| Test.kt:6:13:6:13 | Pair<Integer,Integer> p |
4+
| Test.kt:6:9:6:26 | Pair<Integer,Integer> p |
5+
| Test.kt:7:9:7:26 | Pair<Integer,Integer> <destruct> |
56
| Test.kt:7:14:7:18 | int first |
6-
| Test.kt:7:26:7:26 | Pair<Integer,Integer> tmp0_container |
7-
| Test.kt:8:14:8:25 | Exception _ |
7+
| Test.kt:8:14:8:25 | Exception <unused var> |

0 commit comments

Comments
 (0)