Skip to content

Commit

Permalink
Additional fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanth-sankaran committed Sep 10, 2023
1 parent 1dd086b commit 7d09f1c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ public void test002() throws JavaModelException {
" public @SuppressWarnings(\"preview\") void f(Object obj, boolean b) {\n" +
" {\n" +
" if (((x_ instanceof String y_) && (y_.length() > 0)))\n" +
" <SelectOnName:y_>;\n" +
" {\n" +
" <SelectOnName:y_>;\n" +
" }\n" +
" }\n" +
" }\n" +
"}\n";
Expand Down

0 comments on commit 7d09f1c

Please sign in to comment.