summaryrefslogblamecommitdiff
path: root/test/files/pos/t1263/Test.java
blob: 1718a990906daacec72e2aaac624b42a82a4a39d (plain) (tree)
1
2
3
4
5
6
7
8
9





                                
                              
                                                  
                                   







                                            
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;
  }
}