// RUN: %target-parse-verify-swift class Base { class func f(arg: T) -> Int { return 0 } } class Derived : Base {} var a = Derived.f(42)