6566676869707172
} private static void ensureFileIsValid(final VirtualFile file) { int id = ((NewVirtualFile)file).getId(); if (id <= 0) { throw new InvalidVirtualFileAccessException(file); } }