Commits

Doug Gregor committed 91010d102e9
Dynamic lookup can never find a member of a generic class. If we allowed dynamic lookup to find a member of a generic class, we would then have to figure out the generic arguments. Technically, it's possible that we could deduce the generic arguments from the signature of the function we found... but it feels unlikely that we'd get the right answer often enough to make it useful. So don't do that. Swift SVN r7758