mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
* fix a false error if a derived class has different generic parameters than its base class * fix a similar problem if a non-generic class derives from a generic class * fix a compiler crash for calling a class method on a class metatype rdar://137692055