We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Triggering example:
switch myValue { case .myCase: // error from network break default: break }
Expectation would be to ignore comments on the same line as the case.