Skip to content

Repl strips indentation from code #975

@Atulin

Description

@Atulin

Message with the following content:

!e
```cs
enum Foo {
    Aaa,
    Bbb
}

var f = Foo.Aaa;
var res = f switch {
    Foo.Aaa => 69
};

res
```

produces the following output:
image

This one is just an example, I noticed it happens all the time in recent days

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugDefective functionality or otherwise unwanted behaviour.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions