Created
August 17, 2023 17:14
-
-
Save jskeet/d76de3a756191ebb515550dc4d77cd21 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 Test { | |
private String name; | |
public void printName(Test other) { | |
System.out.println(other.name); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment