82838485868788
assertGenericLiteral("foo"); } public static void assertGenericLiteral(String type) { assertExpression(type + " 'abc'", new GenericLiteral(type, "abc")); }
72737475767778
assertGenericLiteral("foo"); } public void assertGenericLiteral(String type) { assertExpression(type + " 'abc'", new GenericLiteral(type, "abc")); }
84858687888990
73747576777879
77787980818283