8 lines
59 B
Java
8 lines
59 B
Java
|
package test;
|
||
|
|
||
|
|
||
|
|
||
|
public class ExtendTest
|
||
|
{
|
||
|
int testwert;
|
||
|
}
|