Wiped traces of JetStandardLibrary class name.

This commit is contained in:
Evgeny Gerashchenko
2013-01-11 18:22:38 +04:00
parent ab8bdf673d
commit 8a7548bc84
10 changed files with 24 additions and 24 deletions
@@ -241,7 +241,7 @@ public class TopDownAnalyzer {
NamespaceDescriptorImpl rootNs = namespaceFactory.createNamespaceDescriptorPathIfNeeded(FqName.ROOT);
// map "jet" namespace into JetStandardLibrary/Classes
// map "jet" namespace into KotlinBuiltIns
// @see DefaultModuleConfiguraiton#extendNamespaceScope
namespaceFactory.createNamespaceDescriptorPathIfNeeded(KotlinBuiltIns.getInstance().getBuiltInsPackageFqName());