CSharp: Autoformat qls

This commit is contained in:
Anders Schack-Mulligen
2019-02-12 14:32:34 +01:00
parent bcaaebfe7e
commit fc9c7ea55a
5 changed files with 18 additions and 6 deletions

View File

@@ -12,7 +12,9 @@
import csharp
// any use of + that has string type
class StringCat extends AddExpr { StringCat() { this.getType() instanceof StringType } }
class StringCat extends AddExpr {
StringCat() { this.getType() instanceof StringType }
}
/**
* Holds if `e` is an assignment of the form