mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[overlay] Hide the _ExpressibleByColorLiteral initializer from code completion.
Fixes: <rdar://problem/32726800>
This commit is contained in:
@@ -744,7 +744,7 @@ public protocol _ExpressibleByColorLiteral {
|
||||
///
|
||||
/// Do not call this initializer directly. Instead, initialize a variable or
|
||||
/// constant using a color literal.
|
||||
init(colorLiteralRed red: Float, green: Float, blue: Float, alpha: Float)
|
||||
init(_colorLiteralRed red: Float, green: Float, blue: Float, alpha: Float)
|
||||
}
|
||||
|
||||
/// A type that can be initialized using an image literal (e.g.
|
||||
|
||||
Reference in New Issue
Block a user