mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 02:09:59 +07:00
IDEA-111523 (the intention is only supposed to work inside regular assignment)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// "Move assignment to field declaration" "false"
|
||||
class Wtf {
|
||||
int myWtf;
|
||||
|
||||
void whatever() {
|
||||
<caret>myWtf = Math,max(myWtf, getWtf());
|
||||
}
|
||||
|
||||
int getWtf() { return 42; }
|
||||
}
|
||||
Reference in New Issue
Block a user