aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/java-interop/t1263/Test.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pos/java-interop/t1263/Test.java')
-rw-r--r--tests/pos/java-interop/t1263/Test.java17
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/pos/java-interop/t1263/Test.java b/tests/pos/java-interop/t1263/Test.java
deleted file mode 100644
index 1718a9909..000000000
--- a/tests/pos/java-interop/t1263/Test.java
+++ /dev/null
@@ -1,17 +0,0 @@
-package test;
-
-import java.rmi.RemoteException;
-
-import test.Map;
-
-@SuppressWarnings("unchecked")
-public class Test implements Map<String, String> {
- public Map.MapTo plus(String o) {
- return null;
- }
-
- public int $tag() throws RemoteException {
- return 0;
- }
-}
-