> On Jul 4, 2016, at 13:32, Kyle Jessup via swift-dev
> wrote:
>
> I have this code which uses Unmanaged and the API seems to vary depending on
> if I am using a 3.0 Preview or a development snapshot. I see it now when
> trying the June 13th/27th preview vs June 20th snapshot.
>
> class MyCl
I have this code which uses Unmanaged and the API seems to vary depending on if
I am using a 3.0 Preview or a development snapshot. I see it now when trying
the June 13th/27th preview vs June 20th snapshot.
class MyClass {}
let holderObject = MyClass()
#if FLIP // works with PREVIEW
le