We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cdd3ef commit 8a84ad8Copy full SHA for 8a84ad8
data/fixtures/scopes/java/type.cast.scope
@@ -1,11 +1,14 @@
1
(int)5;
2
---
3
4
-[Content] =
5
-[Removal] = 0:1-0:4
+[Content] = 0:1-0:4
6
>---<
7
0| (int)5;
8
+[Removal] = 0:0-0:5
9
+ >-----<
10
+0| (int)5;
11
+
12
[Domain] = 0:0-0:6
13
>------<
14
queries/java.scm
@@ -344,7 +344,9 @@
344
;;!! (int)5
345
;;! ^^^
346
(cast_expression
347
+ "(" @type.removal.start
348
type: (_) @type
349
+ ")" @type.removal.end
350
) @_.domain
351
352
;;!! new test();
0 commit comments