mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
IDEA-120784 "Class is public should be declared in a file named <Classname>.java" for inner interface
This commit is contained in:
@@ -3,7 +3,7 @@ package x;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
public class ListTack {
|
||||
class ListTack {
|
||||
void f(String <caret>s) {
|
||||
}
|
||||
void g(List<String> <flown111>l) {
|
||||
|
||||
Reference in New Issue
Block a user