testdata to fix

This commit is contained in:
Anna Kozlova
2014-08-21 14:51:01 +04:00
parent 9b5eb2418f
commit b5229e305b
3 changed files with 15 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
import java.util.List;
class Sample {
<T extends List<K>, K extends List<T>> void foo(){}
{
foo();
}
}