mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
823c24b355
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 }
|
|
}
|