mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8163229: several regression tests have a main method that is never executed
Reviewed-by: vromero
This commit is contained in:
parent
06f9374e0c
commit
382fe51b6d
129 changed files with 119 additions and 191 deletions
|
@ -41,7 +41,7 @@ public class MethodReference43 {
|
|||
static void m5(SAM3 s) { }
|
||||
static void m5(SAM4 s) { }
|
||||
|
||||
public static void main(String[] args) {
|
||||
public static void meth() {
|
||||
m1(Foo::new);
|
||||
m2(Foo::new);
|
||||
m3(Foo::new);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue