mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Now that we've separated out archetypes, (de-)serialization of such extensions is working. Fixes rdar://problem/16974298. Swift SVN r26484
4 lines
67 B
Swift
4 lines
67 B
Swift
public extension Array<V> {
|
|
func wobble() -> V? { return nil }
|
|
}
|