if with instanceof pattern match and &&
breaks completion in nested if
#1855
Labels
Milestone
&&
breaks completion in nested if
#1855
Using eclipse.jdt.ls from master (63713d5) and Java 16.0.1 the following code snippet breaks completion in the inner
if
branch:As soon as the
&& y instanceof ..
part is removed the completion starts to workI suspect this is an upstream jdt bug
The text was updated successfully, but these errors were encountered: