Re: [swift-dev] SE-0095: SIL syntax and Any.self problem

2016-07-05 Thread Joe Groff via swift-dev
> On Jul 4, 2016, at 9:29 AM, Josef Willsher via swift-dev > wrote: > > Hi everyone, > > I’ve been implementing SE-0095 (here) and have hit an issue around how > Any.self is treated. > > When in the type position, I parse Any like any other type, and resolve it to > be an empty protocol com

[swift-dev] SE-0095: SIL syntax and Any.self problem

2016-07-04 Thread Josef Willsher via swift-dev
Hi everyone, I’ve been implementing SE-0095 (here ) and have hit an issue around how Any.self is treated. When in the type position, I parse Any like any other