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

     1  switch {
     2  case 1: // ERROR: invalid case 1 in switch (mismatched types untyped integer and bool)
     3  default:
     4  }