Code clean

This commit is contained in:
Michael Bogdanov
2015-09-04 15:39:51 +03:00
parent 20bb9963b3
commit 2ca9b3ae0e
13 changed files with 15 additions and 42 deletions
@@ -469,7 +469,7 @@ public abstract class MemberCodegen<T extends JetElement/* TODO: & JetDeclaratio
v.aconst(thisAsmType);
if (factory.getArgumentTypes().length == 2) {
v.aconst(JvmCodegenUtil.getModuleName(state.getModule()));
v.aconst(state.getModuleName());
}
v.invokestatic(REFLECTION, factory.getName(), factory.getDescriptor(), false);
v.putstatic(thisAsmType.getInternalName(), fieldName, type);