JavaPatternMatching/examples/bajo1/SchorschTest.jav

11 lines
112 B
Plaintext
Raw Normal View History

2013-10-18 11:33:46 +00:00
class SchorschTest{
int iMember;
String hallo;
SchorschTest(int i){
iMember = i;
}
void tuWas(){
}
}