mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8250625: Compiler implementation of Pattern Matching for instanceof (Final)
Reviewed-by: vromero
This commit is contained in:
parent
60e4aca846
commit
18bc95ba51
86 changed files with 230 additions and 312 deletions
|
@ -2,7 +2,7 @@
|
|||
* @test /nodynamiccopyright/
|
||||
* @bug 8231827
|
||||
* @summary Basic pattern bindings scope test
|
||||
* @compile/fail/ref=MatchBindingScopeTest.out -XDrawDiagnostics --enable-preview -source ${jdk.version} MatchBindingScopeTest.java
|
||||
* @compile/fail/ref=MatchBindingScopeTest.out -XDrawDiagnostics MatchBindingScopeTest.java
|
||||
*/
|
||||
public class MatchBindingScopeTest {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue