forked from JavaTX/JavaCompilerCore
11 lines
92 B
Plaintext
11 lines
92 B
Plaintext
|
class X<B>
|
||
|
{
|
||
|
B a = null;
|
||
|
}
|
||
|
|
||
|
class otth14
|
||
|
{
|
||
|
void f1( X<A> a )
|
||
|
{
|
||
|
}
|
||
|
}
|