2019-03-05 16:32:13 +00:00
|
|
|
{
|
|
|
|
// Used to cause assert error
|
|
|
|
let y := 200
|
|
|
|
switch 3
|
|
|
|
case "" { y := 8 }
|
|
|
|
case 1 { y := 9 }
|
|
|
|
}
|
2019-04-01 14:33:46 +00:00
|
|
|
// ====
|
|
|
|
// step: structuralSimplifier
|
2019-03-05 16:32:13 +00:00
|
|
|
// ----
|
2019-05-08 10:41:19 +00:00
|
|
|
// { let y := 200 }
|