test/tools/javac/generics/Conditional.java

Print this page

        

*** 25,35 **** * @test * @bug 4881179 4883239 * @summary Rule for semantics of ?: in the presence of generics and generic class Class * @author gafter * ! * @compile -source 1.5 Conditional.java */ package conditional; import java.io.Serializable; --- 25,35 ---- * @test * @bug 4881179 4883239 * @summary Rule for semantics of ?: in the presence of generics and generic class Class * @author gafter * ! * @compile Conditional.java */ package conditional; import java.io.Serializable;