DEBSOURCES
Skip Quicknav
sources / golang-github-traefik-yaegi / 0.14.3-1 / _test / switch8.go
12345678910
package main func main() { println("hello") fallthrough println("world") } // Error: // 5:2: fallthrough statement out of place