Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar committed Apr 28, 2024
1 parent 34bb9f3 commit 1ee4ee0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public void otherForEach() {
" this.target.forEach((key, value) -> {",
" // error since this is a custom type, not inheriting from java.util.Map",
" // BUG: Diagnostic contains: dereferenced expression this.resolved is @Nullable",
" this.resolved.put(key, value);",
" System.out.println(this.resolved.toString());",
" });",
" }",
"}")
Expand Down

0 comments on commit 1ee4ee0

Please sign in to comment.