Can't convert Java code to swift with switch statement using String

  public static boolean isSupportedTag(String tagName) {
    switch (tagName) {
      case "Yes":
      default:
        return false;
    }
  }

It can convert the source code without the case "Yes": line

Thanks, logged as bugs://75040

bugs://75040 got closed with status fixed.

Logged as bugs://i63060.

bugs://i63060 was closed as fixed.