Created
June 9, 2014 15:01
-
-
Save fkaa/ce5fb7f3558a5fbf7d47 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public class Mystery { | |
| public Mystery() { | |
| int a = 0; | |
| { | |
| int b = 7; | |
| a = b; | |
| } | |
| int b; | |
| System.out.println(a + " , " + b); | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment