swift
6236b258 - [Sema] Fixes for mutability handling in property wrappers (#76357)

Commit
303 days ago
[Sema] Fixes for mutability handling in property wrappers (#76357) Prevents a crash when a parameter references an invalid property wrapper. The original code assumed that mutability information would always be available, but this assumption fails when the property wrapper is invalid Resolves https://github.com/swiftlang/swift/issues/65640
Author
Parents
  • lib/Sema
    • File
      TypeCheckStorage.cpp
  • validation-test/Sema/type_checker_crashers_fixed
    • File
      issue-65640.swift