constructors are void

This commit is contained in:
Maxim Shafirov
2011-04-28 14:26:58 +04:00
parent de50b2c191
commit 5c55f7d7d6
@@ -193,7 +193,6 @@ public class JetTypeMapper {
for (int i = 0; i < parameters.size(); i++) {
parameterTypes[i] = mapType(parameters.get(i).getOutType());
}
Type returnType = mapType(descriptor.getUnsubstitutedReturnType());
return new Method("<init>", Type.VOID_TYPE, parameterTypes);
}