summaryrefslogtreecommitdiff
path: root/test/files/pos/t1263
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2010-07-01 18:29:34 +0000
committerPaul Phillips <paulp@improving.org>2010-07-01 18:29:34 +0000
commit6abc0a3ebfc305351d88db13199b5c672c0cfe86 (patch)
treebbd6119ee7b86887eccc1d14f1542ab3c67d286f /test/files/pos/t1263
parent3501f38288edb55b2ec78209127430b0b8f062ff (diff)
downloadscala-6abc0a3ebfc305351d88db13199b5c672c0cfe86.tar.gz
scala-6abc0a3ebfc305351d88db13199b5c672c0cfe86.tar.bz2
scala-6abc0a3ebfc305351d88db13199b5c672c0cfe86.zip
Tweaked a test to pass under java 7. No review.
Diffstat (limited to 'test/files/pos/t1263')
-rw-r--r--test/files/pos/t1263/Test.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t1263/Test.java b/test/files/pos/t1263/Test.java
index 0eb43e881a..6ca88c21a1 100644
--- a/test/files/pos/t1263/Test.java
+++ b/test/files/pos/t1263/Test.java
@@ -5,7 +5,7 @@ import java.rmi.RemoteException;
import test.Map;
public class Test implements Map<String, String> {
- public Map<String, String>.MapTo plus(String o) {
+ public Map.MapTo plus(String o) {
return null;
}