Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- static int foo;
- static void bar()
- {
- }
- class Foo
- {
- static void Bar()
- {
- static int a;
- }
- static int b;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement