Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Update rules are not processing declarations of mutable variables correctly #1209

@bettinaheim

Description

@bettinaheim

A statement

mutable arr = new Int[10]; // this is not updated

is not updated by the update rules of the qsfmt but instead merely left as is.
The same assigned to an immutable variable works fine:

let arr = new Int[10]; // this is updated correctly

Metadata

Metadata

Assignees

Labels

area: formatterQ# source code formatterbugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions