mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 08:45:34 +07:00
IDEA-120784 "Class is public should be declared in a file named <Classname>.java" for inner interface
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
// abstract methods
|
||||
public class a {
|
||||
class a {
|
||||
<error descr="Missing method body, or declare abstract">void f();</error>
|
||||
|
||||
}
|
||||
@@ -57,7 +57,7 @@ abstract class c8 {
|
||||
|
||||
|
||||
//------- if only Bottom were in other package, it should have been abstract --------------------------
|
||||
public abstract class AbstractTest {
|
||||
abstract class AbstractTest {
|
||||
|
||||
abstract String getName();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user