Silver Island Compile Error 65

In Island this code fails to compile, works in NET

let uval = 34 
let ch = "A"
switch uval {
	case 32...127: // E65 Constant value expected
		if ch == "B "{
			fallthrough
		}
		
	default:
	 
}

Thanks, logged as bugs://84899

bugs://84899 got closed with status fixed.