mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
8 lines
427 B
Swift
8 lines
427 B
Swift
// {"kind":"typecheck","signature":"swift::QualifiedLookupRequest::evaluate(swift::Evaluator&, swift::DeclContext const*, llvm::SmallVector<swift::NominalTypeDecl*, 4u>, swift::DeclNameRef, swift::NLOptions) const","signatureAssert":"Assertion failed: (Val && \"isa<> used on a null pointer\"), function doit"}
|
|
// RUN: not --crash %target-swift-frontend -typecheck %s
|
|
{
|
|
extension a {
|
|
b {
|
|
func c<d>(e : d) {
|
|
e = f
|