Commits

Erik Eckstein committed 02d510417ad
Fix linkage of vtable methods. Methods which go into a vtable must be at least as visible as their classes. Otherwise derived classes from "outside" cannot reference such base methods in their vtables. Swift SVN r22889