8006566: Remove transient lambda-related guards from JavacParser

Remove transitional internal flag for allowing intersection types in cast

Reviewed-by: jjg
This commit is contained in:
Maurizio Cimadamore 2013-01-21 20:14:39 +00:00
parent 442154dcf9
commit 422c8bd914
7 changed files with 6 additions and 10 deletions

View file

@ -25,7 +25,7 @@
* @test
* @bug 8002099
* @summary Add support for intersection types in cast expression
* @compile/fail/ref=Intersection01.out -XDallowIntersectionTypes -XDrawDiagnostics Intersection01.java
* @compile/fail/ref=Intersection01.out -XDrawDiagnostics Intersection01.java
*/
class Intersection01 {