You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dabrahams opened this issue
Jan 1, 2016
· 2 comments
Labels
bugA deviation from expected or documented behavior. Also: expected but undesirable behavior.compilerThe Swift compiler itselfparserArea → compiler: The legacy C++ parser
The problem is that parseTypeIdentifier does an unconditional startsWithLess check for whether to anticipate a generic parameter list. Happens to be a great starter bug.
bugA deviation from expected or documented behavior. Also: expected but undesirable behavior.compilerThe Swift compiler itselfparserArea → compiler: The legacy C++ parser
Additional Detail from JIRA
md5: 949afa5de508847771a1512d49cf0f05
Issue Description:
In 16c0d65,
yields an “Expected type” failure, but shouldn’t.
The text was updated successfully, but these errors were encountered: