Learn more about cloning repositories
You have read-only access
Add support for parsing a subscripting declaration, e.g., subscript (i : Int) -> Double { get { /* get ith element of something */ } set { /* set ith element of something to value*/ } } Swift SVN r1476