Created
February 17, 2019 21:19
-
-
Save dsibinski/4a9a2ccf9163390d9c52b86e7491a055 to your computer and use it in GitHub Desktop.
This file contains 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
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