Skip to content

Instantly share code, notes, and snippets.

@mkrueger
Created September 18, 2012 08:04
Show Gist options
  • Select an option

  • Save mkrueger/3741931 to your computer and use it in GitHub Desktop.

Select an option

Save mkrueger/3741931 to your computer and use it in GitHub Desktop.
public class L1
{
enum Foo { A }
class Test {
enum Foo { B }
public Test ()
{
L1.Foo f =
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment