Skip to content

indentation wrong with /+ +/ #24

@timotheecour

Description

@timotheecour

module foo.bar;

/+
a (foo):
TIME=1
+/

struct Option{
string file;
}

void fun(){
int a;
}

/*
a (foo):
TIME=1
*/

struct Option{
string file;
}

void fun(){
int a;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions