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
dcb14ddd
Commit
dcb14ddd
authored
Nov 16, 2021
by
I-Al-Istannen
Browse files
Change bitwise OR to logical OR
parent
812f2a2f
Pipeline
#177130
failed with stage
in 8 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
semantic/AssignToBinaryOperator.invalid.mj
View file @
dcb14ddd
...
...
@@ -3,6 +3,6 @@ class Foo {
boolean a = false;
boolean b = true;
(a | b) = true;
(a |
|
b) = true;
}
}
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