-
-
Save Gyanendra011Yadav-coder/2d6b483f9ef16011dff7b4eed1c4fef0 to your computer and use it in GitHub Desktop.
Java.java
This file contains 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
class Foo { | |
private int mBarHeigh; | |
void foo(){ | |
int d = 0; | |
System.out.println(mBarHeight); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment