mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-29 06:32:23 +07:00
create public inner class in interface (IDEA-70577)
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
// "Create Inner Class 'Foo'" "true"
|
||||
public interface Test {
|
||||
void foo(Fo<caret>o f){}
|
||||
|
||||
class Foo {
|
||||
}
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
// "Create Inner Class 'Foo'" "true"
|
||||
public interface Test {
|
||||
void foo(Fo<caret>o f){}
|
||||
}
|
||||
Reference in New Issue
Block a user