mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
override clone specifics (IDEA-67754)
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
interface MyCloneable {
|
||||
|
||||
//protected method from java.lang.Object is not implicitly declared in interface with no base interfaces
|
||||
<error descr="'clone()' in 'MyCloneable' clashes with 'clone()' in 'java.lang.Object'; attempting to use incompatible return type">int</error> clone();
|
||||
|
||||
<error descr="'toString()' in 'MyCloneable' clashes with 'toString()' in 'java.lang.Object'; attempting to use incompatible return type">int</error> toString();
|
||||
}
|
||||
Reference in New Issue
Block a user