Actually set up the 'rawValue' argument label on derived enum initializers.

Somehow, protocol conformance checking didn't actually care that this was missing...

Swift SVN r21898
This commit is contained in:
Joe Groff
2014-09-12 01:29:51 +00:00
parent 213f59e546
commit 8338e69c86
11 changed files with 42 additions and 16 deletions

View File

@@ -40,7 +40,7 @@ const uint16_t VERSION_MAJOR = 0;
/// Serialized module format minor version number.
///
/// When the format changes IN ANY WAY, this number should be incremented.
const uint16_t VERSION_MINOR = 136;
const uint16_t VERSION_MINOR = 137;
using DeclID = Fixnum<31>;
using DeclIDField = BCFixed<31>;