Commits
Doug Gregor committed 9552aa5e100
Implement basic support for refering to a nested type within
unqualified lookup, based on context. For example:
struct String {
struct CharRange { /* ... */ }
func getElements() -> CharRange {
return CharRange(value)
}
}
Swift SVN r1939