We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec914d6 commit fbba296Copy full SHA for fbba296
1 file changed
pitfalls/Associativity.java
@@ -1,4 +1,4 @@
1
-void main(String[] args) {
+void main() {
2
3
// left-to-right associativity
4
int val = 9 / 3 * 3;
0 commit comments