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
2025-12-17 15:50:53 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9092a09789c27fe55e51fa28d157dbca5fa98868
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
joinLines
/
AssignmentExpression2.java
Tagir Valeev
deeec13f53
IDEA-172368 'Join lines' could handle increment with 0 nicer
2018-04-19 13:36:15 +07:00
6 lines
67 B
Java
Raw
Blame
History
class
Foo
{
{
int
<
caret
>
x
=
1
;
x
+
=
2
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink