mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 04:21:24 +07:00
CreateSwitchIntention: disable in assignment (while valid, rarely makes sense -- see IDEA-206725)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class Test {
|
||||
int field;
|
||||
|
||||
void m(int x) {
|
||||
field =<caret> x;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user