12 lines
93 B
Java
Raw Normal View History

2013-10-18 13:33:46 +02:00
package test;
public class MethTestBasis
{
int test;
int testen()
{
return test;
}
}