github.com/neugram/ng@v0.0.0-20180309130942-d472ff93d872/eval/testdata/switch11.ng (about)

     1  switch false {
     2  case true:
     3  	panic("ERROR")
     4  default:
     5  	print("OK")
     6  }