In the `switch` statement the `fallthrough` is not available in auto completion list. ``` go switch a { case 1:fallthrough } ```