mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
inner classes are never static (IDEA-157633)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
|
||||
<p>When you invoke the <span class="">Move</span>
|
||||
refactoring (<span class="shortcut">&shortcut:Move;</span>) on an inner class that is declared
|
||||
refactoring (<span class="shortcut">&shortcut:Move;</span>) on a nested class that is declared
|
||||
<span class="code_emphasis">static</span>,
|
||||
you are provided with an option to either make it a top-level class, or move it to another class.</p>
|
||||
<p class="image"><img src="images/move_inner.png"></p>
|
||||
|
||||
Reference in New Issue
Block a user