K/N: Added comments regarding synthetic forward declarations module

This commit is contained in:
Dmitriy Dolovov
2018-09-11 12:32:38 +03:00
parent fbd220fc05
commit 9ca0643b1a
@@ -138,7 +138,7 @@ class ExportedForwardDeclarationsPackageFragmentDescriptor(
val declFqName = nameToFqName[name] ?: return null
val packageView = module.getPackage(declFqName.parent())
return packageView.memberScope.getContributedClassifier(name, location)
return packageView.memberScope.getContributedClassifier(name, location) // ?: FIXME(ddol): delegate to forward declarations synthetic module!
}
override fun printScopeStructure(p: Printer) {