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 b791b4f commit 756bce7Copy full SHA for 756bce7
2 files changed
tests/expected/match_case.gd
@@ -10,5 +10,6 @@ func foo():
10
_:
11
pass
12
match 0:
13
+ @warning_ignore("unreachable_pattern")
14
0 when true:
15
print("true")
tests/input/match_case.gd
_ :
0 commit comments