Migration to expect/actual: change some comments in compiler

This commit is contained in:
Mikhail Glukhikh
2017-09-15 13:50:21 +03:00
parent fcc84d00c3
commit d3082b0e62
3 changed files with 4 additions and 4 deletions
@@ -194,7 +194,7 @@ public class RecursiveDescriptorComparator {
}
}
// 'header' declarations do not belong to the platform-specific module, even though they participate in the analysis
// 'expected' declarations do not belong to the platform-specific module, even though they participate in the analysis
if (descriptor instanceof MemberDescriptor && ((MemberDescriptor) descriptor).isExpect() &&
module.getCapability(MultiTargetPlatform.CAPABILITY) != MultiTargetPlatform.Common.INSTANCE) return false;