Clarified comment.

This commit is contained in:
Evgeny Gerashchenko
2013-06-22 14:59:57 +04:00
parent be02943675
commit 2e2061d9b6
@@ -292,6 +292,7 @@ public class CodegenUtil {
static int getPathHashCode(@NotNull PsiFile file) {
// Conversion to system-dependent name seems to be unnecessary, but it's hard to check now:
// it was introduced when fixing KT-2839, which appeared again (KT-3639).
// If you try to remove it, run tests on Windows.
return FileUtil.toSystemDependentName(file.getVirtualFile().getPath()).hashCode();
}
}