< prev index next >

test/langtools/tools/javac/switchexpr/WarnWrongYieldTest.java

Print this page
rev 56510 : 8232684: Make switch expressions final
Reviewed-by: TBD

*** 23,33 **** /* * @test * @bug 8223305 8226522 * @summary Verify correct warnings w.r.t. yield ! * @compile/ref=WarnWrongYieldTest.out -source ${jdk.version} -XDrawDiagnostics -XDshould-stop.at=ATTR WarnWrongYieldTest.java */ package t; //ERROR - type called yield: --- 23,33 ---- /* * @test * @bug 8223305 8226522 * @summary Verify correct warnings w.r.t. yield ! * @compile/ref=WarnWrongYieldTest.out -Xlint:-options -source 13 -XDrawDiagnostics -XDshould-stop.at=ATTR WarnWrongYieldTest.java */ package t; //ERROR - type called yield:
< prev index next >