mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
s/LogicValueType/BooleanType/
We're moving toward using that protocol for straight-up Bool types Swift SVN r19884
This commit is contained in:
@@ -1154,7 +1154,7 @@ namespace index_block {
|
||||
ArrayBoundType = 1,
|
||||
SequenceType,
|
||||
// killed
|
||||
LogicValueType = 4,
|
||||
BooleanType = 4,
|
||||
|
||||
ArrayLiteralConvertible,
|
||||
BooleanLiteralConvertible,
|
||||
|
||||
Reference in New Issue
Block a user