blob: bbb830e3ac6ad4cdecfb3217486ef39bd46078ff [file] [log] [blame]
import java.util.Map;
public class MethodCompoundType {
public Map @A [] m() {
return null;
}
}