codemaid
codemaid copied to clipboard
Annotation issues
If there are any in the comments
x => x.age > 18 && x.name == "test"
Annotations cannot be formatted, and all rows and columns will encounter problems
front /*
///
/// x => x.age > 18 && x.name == "test"
///
/// 传播应取消操作的通知
///
*/
after /*
///
x => x.age > 18 && x.name == "test"
/// 传播应取消操作的通知
*/