Files
swift-mirror/test/Constraints/super_constructor.swift
Pavel Yaskevich 26110fd740 [Sema] Refactor member type matching from checkOverrides to make it reusable
These changes make it possible to use the same type matching logic
for both `checkOverrides` and `addImplicitConstructors` which removes
one of the last usages of `AnyFunctionType::getInput` and correctly
handles generic types.
2018-05-02 15:10:44 -07:00

1.6 KiB