aboutsummaryrefslogtreecommitdiff
path: root/test/delombok/resource/after/GetterWithDollar.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/delombok/resource/after/GetterWithDollar.java')
-rw-r--r--test/delombok/resource/after/GetterWithDollar.java15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/delombok/resource/after/GetterWithDollar.java b/test/delombok/resource/after/GetterWithDollar.java
deleted file mode 100644
index 9e02ccb8..00000000
--- a/test/delombok/resource/after/GetterWithDollar.java
+++ /dev/null
@@ -1,15 +0,0 @@
-class GetterWithDollar1 {
- int $i;
- @java.lang.SuppressWarnings("all")
- public int getI() {
- return this.$i;
- }
-}
-class GetterWithDollar2 {
- int $i;
- int i;
- @java.lang.SuppressWarnings("all")
- public int getI() {
- return this.i;
- }
-} \ No newline at end of file