JavaTXCompilerInJavaTX/examples/OldExamples/otth/otth10.jav

22 lines
179 B
Plaintext
Raw Normal View History

2013-10-18 11:33:46 +00:00
class otth10
{
f1( a, int b )
{
}
int f3( X test )
{
}
otth10( int b, c, d )
{
}
}
class Test
{
f5()
{
}
}