mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
extract functional: don't show error dialogs (IDEA-174180)
unable to perform in complex cases instead
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
class Test {
|
||||
{
|
||||
int x = 0, y;
|
||||
<selection>y = ++x;</selection>
|
||||
System.out.println("x = " + x);
|
||||
System.out.println("y = " + y);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user