mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-12 14:52:33 +07:00
IDEA-188880 Make interface method 'default' fix: suppress for methods overriding Object methods
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
// "Make 'toString' default" "false"
|
||||
interface I {
|
||||
String toS<caret>tring() {return "foo";}
|
||||
}
|
||||
Reference in New Issue
Block a user