Avatar
omochimetaru 5/19/2017 7:28 AM
class Animal { init(x: Int) { } static func bb() -> Self { return .init(x: 3) } }
7:28 AM
これもいけるぞ?????