mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This is bullet (5) of the proposed solution in SE-0112, and the last major piece to be implemented.
4 lines
51 B
Swift
4 lines
51 B
Swift
public extension ET {
|
|
var x : Int { return 0 }
|
|
}
|