Skip to content

Instantly share code, notes, and snippets.

@npu3pak
Created March 16, 2017 07:35
Show Gist options
  • Save npu3pak/75b5fd2ea03ce540c9dc34e8b2139c7e to your computer and use it in GitHub Desktop.
Save npu3pak/75b5fd2ea03ce540c9dc34e8b2139c7e to your computer and use it in GitHub Desktop.
Код, который не компилируется. На собеседовании будет!
class MyClass {
var variable: String? = nil
func doIt() {
variable = "123"
let variable = "345"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment