You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following code
using java.lang;
using java.util;
package test {
public class Main {
[SuppressWarnings({"unchecked"})]
public List testWithoutWarnings(){
return new ArrayList<String>();
}
}
}
does not suppress the specified warnings.
Original issue reported on code.google.com by [email protected] on 8 Mar 2011 at 12:00