This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
You've already forked openide
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2026-01-01 12:50:56 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
251
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
joinLines
/
AssignmentExpressionPrecedence2_after.java
Tagir Valeev
867968eea8
DeclarationJoinLinesHandler: more careful precedence fix (IDEA-CR-34859)
2018-07-12 17:20:20 +07:00
5 lines
58 B
Java
Raw
Permalink
Blame
History
class
Foo
{
{
int
a
=
1
+
2
-
(
2
+
3
)
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink