[javadoc] disallow refs on methods from Object in interfaces (IDEA-224176)

GitOrigin-RevId: 5e92f739ff1312eb40b003322b3e42ee689501cc
This commit is contained in:
Anna Kozlova
2022-04-07 15:51:25 +02:00
committed by intellij-monorepo-bot
parent 7cdc80c59a
commit b5cafe9cdc
3 changed files with 27 additions and 5 deletions

View File

@@ -0,0 +1,4 @@
/**
* {@link #<error descr="Cannot resolve symbol 'equals'">equals</error>}
*/
interface Foo { }