Skip to content

Instantly share code, notes, and snippets.

@takasek
Created April 2, 2016 06:44
Show Gist options
  • Save takasek/2ae5da62aab69fa5ac68388481d97182 to your computer and use it in GitHub Desktop.
Save takasek/2ae5da62aab69fa5ac68388481d97182 to your computer and use it in GitHub Desktop.
うわあ…面白い #CodePiece #cswift
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