Avatar
なるほど再現した。 import Foundation class C: NSObject { } struct D { unowned let x: C } let c = C() let d = D(x: c) (edited)