// expected: cannot fallthrough final case in switch package main func notmain() { switch { case true: fallthrough } }