Commits

Nadav Rotem committed 93d4e93655f
Fix a bug in the protocol conformance code. Before this commit we only checked the conformance of the first protocol that matched the conformance entry, which is incorrect. We need to check all of the entries that match the key before deciding that a type does not conform to a protocol. This commit fixes repl_conformance_lookup.swift