Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
IPDSnelting
mjtest-tests
Commits
47d1af42
Commit
47d1af42
authored
Jan 24, 2022
by
Tobias Stickling
Browse files
Add test case for unreachable return
parent
61882721
Pipeline
#191017
failed with stage
in 70 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
compile-only/UnreachableReturn.mj
0 → 100644
View file @
47d1af42
class Test {
public static void main(String[] args) {
if (true)
return;
else
return;
return;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment