Files
swift-mirror/test/SourceKit/InterfaceGen/Inputs/UnresolvedExtension.swift

3 lines
50 B
Swift

public extension ET {
var x : Int { return 0 }
}