Created
February 9, 2018 22:04
-
-
Save bandrzejczak/636779da5c26cc29a21adc9fb8638182 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
| String test; | |
| if(1 == 1) | |
| test = "a"; | |
| else | |
| test = "b"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment