modified: test/strucType/javFiles/testLocalVar.jav
This commit is contained in:
parent
55f6fe47ac
commit
23786184ad
@ -1,6 +1,6 @@
|
||||
package strucType.input;
|
||||
|
||||
class C
|
||||
class C<K,L extends K>
|
||||
{
|
||||
m(x) { return x; }
|
||||
L m(L x) { return x }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user