Files
moxa/_test/switch8.go
2019-03-28 17:38:51 +01:00

11 lines
133 B
Go

package main
func main() {
println("hello")
fallthrough
println("world")
}
// Error:
// 5:2: fallthrough statement out of place