mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-18 22:35:12 +00:00
8015803: Test8015436.java fails 'can not access a member of class Test8015436 with modifiers "public static"'
Newly added test has an issue: the main class must be public Reviewed-by: kvn, jbachorik, coleenp
This commit is contained in:
parent
6d485348e1
commit
e609456b0e
@ -48,7 +48,7 @@ interface InterfaceWithDefaultMethod {
|
||||
}
|
||||
}
|
||||
|
||||
class Test8015436 implements InterfaceWithDefaultMethod {
|
||||
public class Test8015436 implements InterfaceWithDefaultMethod {
|
||||
@Override
|
||||
public void someMethod() {
|
||||
System.out.println("someMethod() invoked");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user