The following code compiles in Swift 1.2: class myClass { static func myMethod1() { } class func myMethod2() { } static var myVar1 ...
-
May 5, 2022
- 0 Comments