Silver: switch-case

Basic switch-case using Swift syntax:

Observations/questions:

  • I believe all values are covered with the default case (warning shouldn’t be there)
  • the extended case (the one with the where clause) doesn’t seem to be supported

Thanks, logged as bugs://81795

Pretty sure the parsing error in the where causes the warning, so if thats solved the other one should solve itself.

1 Like

bugs://81795 got closed with status fixed.