First stab at implementing negative type-test logic for pattern-case

This commit is contained in:
Chris Smowton
2023-11-15 19:13:48 +00:00
parent 8fd4f99a39
commit 0bb051e08c
8 changed files with 88 additions and 25 deletions

View File

@@ -0,0 +1,4 @@
| Test.java:16:29:16:36 | source(...) | Test.java:7:65:7:65 | x |
| Test.java:16:29:16:36 | source(...) | Test.java:8:65:8:65 | x |
| Test.java:21:29:21:36 | source(...) | Test.java:8:65:8:65 | x |
| Test.java:26:40:26:47 | source(...) | Test.java:8:65:8:65 | x |