mirror of
https://github.com/github/codeql.git
synced 2026-05-04 21:25:44 +02:00
C#: Change note & docs.
This commit is contained in:
@@ -165,6 +165,7 @@ class SwitchStmt extends SelectionStmt, Switch, @switch_stmt {
|
||||
* return 3;
|
||||
* }
|
||||
* ```
|
||||
* Note that this reorders the `default` case to always be at the end.
|
||||
*/
|
||||
override CaseStmt getCase(int i) { result = SwithStmtInternal::getCase(this, i) }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user