Skip to content

Instantly share code, notes, and snippets.

@moagrius
Created January 20, 2020 02:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moagrius/09f1bed67d29a71c62f0bbdf3211b735 to your computer and use it in GitHub Desktop.
Save moagrius/09f1bed67d29a71c62f0bbdf3211b735 to your computer and use it in GitHub Desktop.
public class SomeClass {
}
new SomeClass(); // works
public class SomeClass {
public SomeClass(Strng name) {}
}
new SomeClass(); // does NOT work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment