fix test data

This commit is contained in:
Maxim.Mossienko
2013-05-08 14:11:26 +02:00
parent b2fe1b27d2
commit cde29c8c73
17 changed files with 17 additions and 0 deletions
@@ -20,5 +20,6 @@ interface A<T> {
class B implements A
{
public void foo() {
<caret>
}
}