writing my signatures

This commit is contained in:
Stepan Koltsov
2011-12-14 00:58:17 +04:00
parent 4f16b5da8c
commit b86625a437
20 changed files with 603 additions and 97 deletions
@@ -158,7 +158,7 @@ public class ReadClassDataTest extends UsefulTestCase {
for (int i = 0; i < a.getValueParameters().size(); ++i) {
compareAnything(ValueParameterDescriptor.class, a.getValueParameters().get(i), b.getValueParameters().get(i));
}
Assert.assertEquals(a.getReturnType(), b.getReturnType());
compareTypes(a.getReturnType(), b.getReturnType());
System.out.println("fun " + a.getName() + "(...): " + a.getReturnType());
}