Skip to content

Commit

Permalink
Missing code implementation
Browse files Browse the repository at this point in the history
fixes eclipse-jdt#1755 after re-open:

disable test using lambda when below 1.8
  • Loading branch information
stephan-herrmann committed Apr 16, 2024
1 parent 0a9af29 commit 2d09de4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18738,6 +18738,8 @@ class Bar{}
""");
}
public void testGH1755() {
if (this.complianceLevel < ClassFileConstants.JDK1_8)
return;
runNegativeTest(
new String[] {
"X.java",
Expand Down

0 comments on commit 2d09de4

Please sign in to comment.