Files
swift-mirror/validation-test/compiler_crashers_2_fixed/2d564dafb1f91.swift
2025-07-24 12:55:47 -04:00

7 lines
451 B
Swift

// {"kind":"typecheck","signature":"swift::constraints::ConstraintSystem::getTypeOfMemberReference(swift::Type, swift::ValueDecl*, swift::DeclContext*, bool, swift::FunctionRefInfo, swift::constraints::ConstraintLocator*, llvm::SmallVectorImpl<std::__1::pair<swift::GenericTypeParamType*, swift::TypeVariableType*>>*, swift::constraints::PreparedOverloadBuilder*)"}
// RUN: not %target-swift-frontend -typecheck %s
class a {
macro b()
var c = b
}