aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/before
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2015-11-23 03:53:12 +0100
committerReinier Zwitserloot <reinier@zwitserloot.com>2015-11-23 03:53:12 +0100
commitac319cca87020b779722351f37cc0a9c40b12872 (patch)
tree2e8cb98b2745ea97b311f6689280f3d014513ce1 /test/transform/resource/before
parent5029fd041ddf0e3654c7f3d5106cf8cbb90b5243 (diff)
downloadlombok-ac319cca87020b779722351f37cc0a9c40b12872.tar.gz
lombok-ac319cca87020b779722351f37cc0a9c40b12872.tar.bz2
lombok-ac319cca87020b779722351f37cc0a9c40b12872.zip
[Fixes #945] wither methods for abstract classes now slightly less useless.
Diffstat (limited to 'test/transform/resource/before')
-rw-r--r--test/transform/resource/before/WitherWithAbstract.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/transform/resource/before/WitherWithAbstract.java b/test/transform/resource/before/WitherWithAbstract.java
new file mode 100644
index 00000000..acc9094b
--- /dev/null
+++ b/test/transform/resource/before/WitherWithAbstract.java
@@ -0,0 +1,3 @@
+abstract class WitherWithAbstract {
+ @lombok.experimental.Wither String foo;
+} \ No newline at end of file