Files
swift-mirror/test/decl/ext/extension_binding_multi.swift
2026-01-06 15:34:00 +00:00

10 lines
199 B
Swift

// 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".
}