aboutsummaryrefslogtreecommitdiff
path: root/test/pretty/resource/after/CastWithIntersection.java
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2015-07-27 23:25:37 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2015-11-16 22:18:29 +0100
commit9cfac4131ff33b247652ed3622491cbf8bf76721 (patch)
treec1f31d3577a308ea7b76bc847c73b2c40fc11333 /test/pretty/resource/after/CastWithIntersection.java
parentff4f995507d23c1c9172de2f5fffaf0bfb6cf1ec (diff)
downloadlombok-9cfac4131ff33b247652ed3622491cbf8bf76721.tar.gz
lombok-9cfac4131ff33b247652ed3622491cbf8bf76721.tar.bz2
lombok-9cfac4131ff33b247652ed3622491cbf8bf76721.zip
The bulk of the effort for a new pretty printer.
Diffstat (limited to 'test/pretty/resource/after/CastWithIntersection.java')
-rw-r--r--test/pretty/resource/after/CastWithIntersection.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pretty/resource/after/CastWithIntersection.java b/test/pretty/resource/after/CastWithIntersection.java
index 2eebdee1..dc0904f6 100644
--- a/test/pretty/resource/after/CastWithIntersection.java
+++ b/test/pretty/resource/after/CastWithIntersection.java
@@ -1,6 +1,6 @@
import java.util.*;
public class CastWithIntersection {
public void test(List<?> list) {
- RandomAccess r = (RandomAccess & java.io.Serializable)list;
+ RandomAccess r = (RandomAccess & java.io.Serializable) list;
}
} \ No newline at end of file