Created
April 2, 2016 06:44
-
-
Save takasek/2ae5da62aab69fa5ac68388481d97182 to your computer and use it in GitHub Desktop.
うわあ…面白い #CodePiece #cswift
This file contains hidden or 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
struct Hoge { | |
lazy var fuga: String = "fuga" | |
} | |
let hoge = Hoge() | |
let str = hoge.fuga // Cannot use mutating getter on immutable value: 'hoge' is a 'let' constant |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment