Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
coehlrich committed Aug 24, 2024
1 parent b588a10 commit 109aef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testData/results/pkg/TestAnonymousClassToLambda.dec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ public class TestAnonymousClassToLambda {
public Object test1(final Object o) {
return new Object() {// 5
public Runnable getRunnable() {
return () -> System.out.println(ox);// 7
return () -> System.out.println(o);// 7
}
};
}
Expand Down

0 comments on commit 109aef6

Please sign in to comment.