Commits

Jordan Rose committed e97764fbd81
Dependencies: Type lookups are private in constraint systems within functions. This is the start of distinguishing qualified lookups within function bodies from qualified lookups in a function signature. Both of these use the function itself as the decl context, so we need to distinguish them manually. This particular commit doesn't change much because expressions don't often use TypeMember constraints. But it does help with for-loops! Swift SVN r23484