fdorg / flashdevelop

FlashDevelop is a free and open source code editor.
MIT License
818 stars 219 forks source link

[C#9][Refactoring] if (expr is Type typedExpr && typedExpr.Value) -> if (expr is Type {Value: true}) #3241

Closed SlavaRa closed 3 years ago