Inlined method.

This commit is contained in:
Evgeny Gerashchenko
2013-10-30 12:10:30 +04:00
parent b783175fb4
commit 005b59e783
3 changed files with 11 additions and 18 deletions
@@ -81,8 +81,7 @@ public class BuiltInsReferenceResolver extends AbstractProjectComponent {
public void run() {
BindingTraceContext context = new BindingTraceContext();
FakeJetNamespaceDescriptor jetNamespace = new FakeJetNamespaceDescriptor();
context.record(BindingContext.FQNAME_TO_NAMESPACE_DESCRIPTOR,
KotlinBuiltIns.getInstance().getBuiltInsPackageFqName(), jetNamespace);
context.record(BindingContext.FQNAME_TO_NAMESPACE_DESCRIPTOR, KotlinBuiltIns.BUILT_INS_PACKAGE_FQ_NAME, jetNamespace);
WritableScopeImpl scope = new WritableScopeImpl(JetScope.EMPTY, jetNamespace, RedeclarationHandler.THROW_EXCEPTION,
"Builtin classes scope");