Avatar
これコンパイル通るんだな 通らないで欲しい struct Hoge { var fuga: Int { return fuga } } let hoge = Hoge.init() print(hoge.fuga) // <- 無限ループで死