Skip to content

Incorrect printing in coercion_module_alias_test.res #6936

Closed
@cknitt

Description

@cknitt

When formatting jscomp/test/coercion_module_alias_test.res,

module M7: {
  module N': {
    let x: int
  }
} = (M6: {
  module N: {
    let x: int
  }
  module N' = N
})

is reprinted to

module M7: {
  module N': {
    let x: int
  }
} = M6: {
  module N: {
    let x: int
  }
  module N' = N
}

which does not parse.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions