Skip to content

Instantly share code, notes, and snippets.

@jskeet
Created August 17, 2023 17:14
Show Gist options
  • Save jskeet/d76de3a756191ebb515550dc4d77cd21 to your computer and use it in GitHub Desktop.
Save jskeet/d76de3a756191ebb515550dc4d77cd21 to your computer and use it in GitHub Desktop.
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