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