Put testsuite in its own directory
This commit is contained in:
parent
0cf25ebaf4
commit
114b9b099c
16 changed files with 107 additions and 0 deletions
|
|
@ -1,10 +0,0 @@
|
|||
public interface Interface {
|
||||
|
||||
String getName();
|
||||
|
||||
default void sayHello() {
|
||||
System.out.println("Hello " + getName());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue