Files
swift-mirror/validation-test/IDE/crashers/7d168ea6c6715a7c.swift
2025-07-07 11:12:36 +01:00

9 lines
329 B
Swift

// {"kind":"complete","signature":"swift::GenericSignatureImpl::getSuperclassBound(swift::Type) const"}
// RUN: not --crash %target-swift-ide-test -code-completion -batch-code-completion -skip-filecheck -code-completion-diagnostics -source-filename %s
protocol a {
associatedtype b: Error
}
extension a {c
#^^#
class Error