blob: 7c5d386397418cc84b13f7f4831c735297db43bb [file] [log] [blame]
// RUN: %target-swift-frontend -typecheck -primary-file %s %S/Inputs/protocol-inheritance.swift
func kitty<Purrs>(cat: Meow<Purrs>) {
cat.pet()
}