summaryrefslogtreecommitdiff
path: root/test/files/pos/t1254/t1254.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t1254/t1254.java')
-rw-r--r--test/files/pos/t1254/t1254.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t1254/t1254.java b/test/files/pos/t1254/t1254.java
index 17dc391672..17e1c60bf5 100644
--- a/test/files/pos/t1254/t1254.java
+++ b/test/files/pos/t1254/t1254.java
@@ -11,7 +11,7 @@ class NothingBug3 {
scala.Option<?> o = scala.None$.MODULE$;
test(o);
- None.toLeft(new scala.runtime.AbstractFunction0<Integer>() {
+ None.toLeft(new scala.runtime.AbstractFunction0<Integer>() {
public Integer apply() { return 0; }
});
}