The proposal only mentions #if swift(<4.2)
but the implementation also appears to support #if compiler(<4.2)
from SE-0212.
1 Like
The proposal only mentions #if swift(<4.2)
but the implementation also appears to support #if compiler(<4.2)
from SE-0212.