Skip to content

Instantly share code, notes, and snippets.

@kyawhtut-cu
Created November 18, 2019 07:15
Show Gist options
  • Save kyawhtut-cu/92ff5613fb794e593993f2cb5e028b59 to your computer and use it in GitHub Desktop.
Save kyawhtut-cu/92ff5613fb794e593993f2cb5e028b59 to your computer and use it in GitHub Desktop.
public class UserTestJava {
public static void main(String[] args) {
User user = User.Companion.createUser("Mg Mg", 23, "Yangon", "male"); // that is work
User user = User.createUser("Mg Mg", 23, "Yangon", "male"); // that is error
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment