mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 14:25:04 +07:00
IDEA-89344: create inner class: make a class static when needed
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
// "Create Inner Class 'Foo'" "true"
|
||||
public class Test {
|
||||
static class A extends Foo {
|
||||
|
||||
}
|
||||
|
||||
private static class Foo {
|
||||
}
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
// "Create Inner Class 'Foo'" "true"
|
||||
public class Test {
|
||||
static class A extends F<caret>oo {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user