Skip to content

Instantly share code, notes, and snippets.

@UberMouse
Last active April 23, 2017 22:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save UberMouse/335697fb50beaf3e9a7360b1a69f557e to your computer and use it in GitHub Desktop.
Save UberMouse/335697fb50beaf3e9a7360b1a69f557e to your computer and use it in GitHub Desktop.
test C# highlight bug
public class Foo
{
public Foo()
{
var x = ";";
foreach(var foo in bar.Split(";"))
{
// stuff
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment