mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 00:54:38 +02:00
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:
parent
442154dcf9
commit
422c8bd914
7 changed files with 6 additions and 10 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue