blob: 95da4035497e4a724fa0a2128d2a0a06feee7df9 [file] [log] [blame]
private class OtherPrivate<T> { }
struct OtherInternal<T> {
fileprivate var myPrivate: OtherPrivate<T>? = nil
}