Skip to content

Improper left paren formatting after variable. #9

@altrive

Description

@altrive

Currently, LParen placed after variable is handled as function call.
and space is removed.

Join-Path $env:TEMP([Guid]::NewGuid())

should be

Join-Path $env:TEMP ([Guid]::NewGuid())

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions