Created
August 4, 2017 03:56
-
-
Save LeeKahSeng/433798a2c5286948dc58b4e53dd26357 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
var testProtocol: MyProtocol = MyStruct() | |
testProtocol.myVar1 = "test var1" // No error | |
testProtocol.myVar2 = "test var2" // error: cannot assign to property: 'myVar2' is a get-only property |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment