C#: Change note & docs.

This commit is contained in:
Calum Grant
2019-09-20 14:32:54 +01:00
parent fdc8abce4d
commit 8408e90b5f
2 changed files with 2 additions and 0 deletions

View File

@@ -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) }