blob: a1d3816b30727a653463b25b177eee6df0a6cba3 [file] [log] [blame]
// Test case for Issue 502:
// https://github.com/typetools/checker-framework/issues/502
public class Issue502 {
@Override
public String toString() {
return "";
}
}