blob: 801c8839c30262967bdc65a6e994f182bb29385f [file] [log] [blame]
// RUN: %target-swift-frontend -typecheck -primary-file %S/../Inputs/empty.swift %s -verify
struct A: Collection {
struct Index: Comparable {}
}
extension A.Index {
// Force validate "A".
}