mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
Java: don't warn about infinite recursion on red code
GitOrigin-RevId: b136b315a1213d2526581b7281bbc81161dfb57e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6916b6b005
commit
fb700afa0e
@@ -177,6 +177,10 @@ class IndirectRecursion2 {
|
||||
|
||||
class IndirectRecursionNoWarning {
|
||||
|
||||
void brokenCode(int i) {
|
||||
brokenCode<error descr="Expected 1 argument but found 2">(1, 2)</error>;
|
||||
}
|
||||
|
||||
int i = 1;
|
||||
@Override
|
||||
public int hashCode() {
|
||||
|
||||
Reference in New Issue
Block a user