summaryrefslogtreecommitdiff
path: root/test/files
diff options
context:
space:
mode:
Diffstat (limited to 'test/files')
-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;
}