Skip to content

Instantly share code, notes, and snippets.

@dsibinski
Created February 17, 2019 21:19
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 dsibinski/4a9a2ccf9163390d9c52b86e7491a055 to your computer and use it in GitHub Desktop.
Save dsibinski/4a9a2ccf9163390d9c52b86e7491a055 to your computer and use it in GitHub Desktop.
BackendDev dev = new BackendDev();
dev.LearnNewLanguage("Rust"); // compilation error: class 'BackendDev'
// does not contain a member 'LearnNewLanguage'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment