aldan95
Results
1
comments of
aldan95
I've tested above samples with v.4.6.0. Dog from first spec: ``` public class Dog: Animal { public var breed: String? public init(className: String, color: String? = nil, breed: String? =...