Lernen am Sonntag
This commit is contained in:
@@ -34,6 +34,8 @@ class InterfaceImplementer extends AbstractClass implements SuperInterface1, Sup
|
||||
methode(1, 2, 3);
|
||||
int [] ints = {1,2,3};
|
||||
methode(ints);
|
||||
|
||||
System.out.println(new StringBuilder("Hallo").toString());
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user