Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawi01 committed Feb 19, 2025
1 parent 714ad5e commit 3adbeeb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/transform/resource/before/DelegateOnRecord.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// version 14:
//platform !eclipse: Requires a 'full' eclipse with intialized workspace, and we don't (yet) have that set up properly in the test run.
//version 14:
import lombok.experimental.Delegate;

record DelegateOnRecord(@Delegate Runnable runnable) {
Expand Down

0 comments on commit 3adbeeb

Please sign in to comment.