moonbitlang / core

MoonBit's Core library

Home Page:https://moonbitlang.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect scope of comments after formatting

CAIMEOX opened this issue · comments

Before

impl Arbitrary for Bool with shrink(_b) {
  Nil
}
/// This is a test

After

impl Arbitrary for Bool with shrink(_b) {
  Nil
  /// This is a test

}

@Yoorkin I tried again this still seems to be the case

fixed