aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/before/WitherPlain.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/transform/resource/before/WitherPlain.java')
-rw-r--r--test/transform/resource/before/WitherPlain.java10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/transform/resource/before/WitherPlain.java b/test/transform/resource/before/WitherPlain.java
deleted file mode 100644
index 436e6f3b..00000000
--- a/test/transform/resource/before/WitherPlain.java
+++ /dev/null
@@ -1,10 +0,0 @@
-import lombok.experimental.Wither;
-class WitherPlain {
- @lombok.experimental.Wither int i;
- @Wither final int foo;
-
- WitherPlain(int i, int foo) {
- this.i = i;
- this.foo = foo;
- }
-}