JavaTXCompilerInJavaTX/examples/OldExamples/otth/otth14.jav

11 lines
92 B
Plaintext
Raw Normal View History

2013-10-18 11:33:46 +00:00
class X<B>
{
B a = null;
}
class otth14
{
void f1( X<A> a )
{
}
}