Avatar
omochimetaru 4/9/2018 8:37 AM
@swiftbot struct Cat { let age: Int = 3 init() { self.age = 5 } } print(Cat())