Open mattyg opened 3 days ago
It looks like most are related to using /// for expression comments instead of //
///
//
Noticed this too, this is a side effect of a recent PR I made that fixed the issue where line comments were not getting preserved, looking into this
It looks like most are related to using
///
for expression comments instead of//