summaryrefslogtreecommitdiff
path: root/test/files/pos5/t1263/Test.java
diff options
context:
space:
mode:
authorDavid MacIver <david.maciver@gmail.com>2008-10-31 16:01:54 +0000
committerDavid MacIver <david.maciver@gmail.com>2008-10-31 16:01:54 +0000
commit7efd2d6eb00017db48c21e1808eeaea97e92c494 (patch)
treecca78010082028f8cb164978b4728e7b8c07d63d /test/files/pos5/t1263/Test.java
parentfa88dfe5cdc88779ed0734893cae538db833ccc4 (diff)
downloadscala-7efd2d6eb00017db48c21e1808eeaea97e92c494.tar.gz
scala-7efd2d6eb00017db48c21e1808eeaea97e92c494.tar.bz2
scala-7efd2d6eb00017db48c21e1808eeaea97e92c494.zip
Test from some of Ismael's tickets.
Diffstat (limited to 'test/files/pos5/t1263/Test.java')
-rw-r--r--test/files/pos5/t1263/Test.java16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/files/pos5/t1263/Test.java b/test/files/pos5/t1263/Test.java
new file mode 100644
index 0000000000..0eb43e881a
--- /dev/null
+++ b/test/files/pos5/t1263/Test.java
@@ -0,0 +1,16 @@
+package test;
+
+import java.rmi.RemoteException;
+
+import test.Map;
+
+public class Test implements Map<String, String> {
+ public Map<String, String>.MapTo plus(String o) {
+ return null;
+ }
+
+ public int $tag() throws RemoteException {
+ return 0;
+ }
+}
+