Minor, delete ModuleContext#builtIns

This commit is contained in:
Alexander Udalov
2016-09-24 18:10:55 +03:00
parent 0180c614c0
commit 1d6abc32bc
3 changed files with 6 additions and 6 deletions
@@ -154,7 +154,7 @@ public enum TopDownAnalyzerFacadeForJVM {
projectContext, Name.special("<" + configuration.getNotNull(CommonConfigurationKeys.MODULE_NAME) + ">"),
JvmPlatform.INSTANCE, builtIns
);
context.setDependencies(context.getModule(), context.getBuiltIns().getBuiltInsModule());
context.setDependencies(context.getModule(), builtIns.getBuiltInsModule());
return context;
}
}