mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
extract method: disable make static when extracting from default method; ensure static extracting from constant in interface (IDEA-134636)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
interface I {
|
||||
static void foo () {
|
||||
<selection>System.out.println("hello");</selection>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user