pub fn unquote(nm: &str) -> Result<String, Error>
Expand description

Remove the “`” chars we put around function/variable names

These are used to avoid name clashes with kotlin identifiers, but sometimes you want to render the name unquoted. One example is the message property for errors where we want to display the name for the user.