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 authored and iloveeclipse committed Apr 16, 2024
1 parent 204b598 commit a2342c7
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 a2342c7

Please sign in to comment.