Avatar
@swift-5.0.3 struct Color: _ExpressibleByColorLiteral { init(_colorLiteralRed red: Float, green: Float, blue: Float, alpha: Float) {} } func test(_ color: Color) {} test(#colorLiteral(red: 1, green: 0, blue: 0, alpha: 1))