blob: 42e04c2c9fcf9b9c3153b251c6afd78b2439bb60 [file] [log] [blame]
// RUN: %sourcekitd-test -req=index %s -- -serialize-diagnostics -serialize-diagnostics-path %t.dia %s | %sed_clean > %t.response
// RUN: diff -u %s.response %t.response
protocol P {}
class C {
extension Int: P {}