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

     1  switch i := 42; i {
     2  case 2:
     3  default:
     4  case 3:
     5  default: // ERROR: multiple defaults in switch
     6  }