Availability conditions shouldn't have to be identifiers or literals #17
Labels
bug
Something isn't working
error-for-valid-code
The grammar causes a parsing error for some code that should parse
top-repos-error
A failure that shows up in one of the top repos parsed by the `top-repos` script
From
Alamofire
atTests/TLSEvaluationTests.swift
It's legal to do something like:
In that example,
10.12.0
isn't a real literal (it's got an extra dot). Maybe just allow literals to be joined by dots here?The text was updated successfully, but these errors were encountered: