blob: b5705eb2e82a9d0921bb65472f68fd1b5773ed8a [file] [log] [blame]
class B: P {}
protocol P {}
protocol Q: P {}
protocol R: Q {}