Avatar
@swift-5.6.3 extension Int { static var mySelf: Int.Type = Int.self var mySelf: Int { self } } print(type(of: Int.mySelf)) print(type(of: \Int.mySelf))