mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
CSharp: Autoformat qls
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user