Files
swift-mirror/validation-test/compiler_crashers_2/7c811b5446136.swift
2025-06-30 20:52:06 +01:00

7 lines
385 B
Swift

// {"signature":"swift::constraints::ConstraintSystem::matchTypes(swift::Type, swift::Type, swift::constraints::ConstraintKind, swift::optionset::OptionSet<swift::constraints::ConstraintSystem::TypeMatchFlags, unsigned int>, swift::constraints::ConstraintLocatorBuilder)"}
// RUN: not --crash %target-swift-frontend -typecheck %s
weak var a : b? a
class c
class b
weak var a: c?