Open
Description
ModuleDeclaration.isPlatformPath() uses a unix-specific pattern; it should be made to work on Windows and Unix.
Unfortunately, when the function returns true on unix, if type Stdout is ascribed to the stdout module, there is an error. So fixing the bug above and adding this as a test case will in fact trigger an underlying error (whose cause is not yet identified).