[overlay] Hide the _ExpressibleByColorLiteral initializer from code completion.

Fixes: <rdar://problem/32726800>
This commit is contained in:
Max Moiseev
2017-07-10 14:05:05 -07:00
parent d87cb5bc98
commit 391d49a31e
10 changed files with 10 additions and 10 deletions

View File

@@ -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.