blob: fc968b0ea10aaf17799bd37c2eb6e21630efbf50 [file] [log] [blame]
// Tests that stub files are printed correctly for fields with multiple levels of generic types.
import java.util.HashMap;
import java.util.Map;
public class DoubleGeneric {
static Map<String, Map<String, String>> map10 = new HashMap<String, Map<String, String>>();
}