test/tools/javac/generics/Conditional.java

changeset 289
84061bd68019
parent 1
9a66ca7c79fa
child 554
9d9f26857129
equal deleted inserted replaced
288:d402db1005ad 289:84061bd68019
25 * @test 25 * @test
26 * @bug 4881179 4883239 26 * @bug 4881179 4883239
27 * @summary Rule for semantics of ?: in the presence of generics and generic class Class 27 * @summary Rule for semantics of ?: in the presence of generics and generic class Class
28 * @author gafter 28 * @author gafter
29 * 29 *
30 * @compile -source 1.5 Conditional.java 30 * @compile Conditional.java
31 */ 31 */
32 32
33 package conditional; 33 package conditional;
34 34
35 import java.io.Serializable; 35 import java.io.Serializable;

mercurial