Files
swift-mirror/test/multifile/Inputs/protocol-conformance-let-other.swift
Slava Pestov 2be7573aa0 Sema: Remove synthesizeWitnessAccessorsForStorage()
We can lazily synthesize accessor witnesses from SILGen now.
2019-08-02 19:34:43 -04:00

4 lines
35 B
Swift

public protocol P {
let x: Int
}