modified: test/strucType/javFiles/testLocalVar.jav

This commit is contained in:
Martin Plümicke 2018-07-04 11:05:25 +02:00
parent 55f6fe47ac
commit 23786184ad

View File

@ -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 }
}