mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8255009: delta apply fixes for JDK-8246774 and JDK-8253455, pushed too soon
Reviewed-by: jlahoda
This commit is contained in:
parent
a0382cd17c
commit
1da28de82f
121 changed files with 923 additions and 312 deletions
|
@ -1,9 +1,9 @@
|
|||
/**
|
||||
* @test /nodynamiccopyright/
|
||||
* @bug 8242478 8246774
|
||||
* @bug 8242478
|
||||
* @summary test for local interfaces
|
||||
* @compile/fail/ref=LocalInterface.out -XDrawDiagnostics -source 15 LocalInterface.java
|
||||
* @compile LocalInterface.java
|
||||
* @compile/fail/ref=LocalInterface.out -XDrawDiagnostics LocalInterface.java
|
||||
* @compile --enable-preview -source ${jdk.version} LocalInterface.java
|
||||
*/
|
||||
class LocalInterface {
|
||||
void m() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue