Crash with static method and stored property share the same name #81828
Labels
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
crash
Bug: A crash, i.e., an abnormal termination of software
triage needed
This issue needs more specific labels
type checker
Area → compiler: Semantic analysis
Description
We're encountering a consistent assertion failure on 6.2-dev:
Start.isValid() == End.isValid()
. This is the most minimal reproduction we've been able to isolate so far.Reproduction
Stack dump
Expected behavior
no crash. type error instead
Environment
Swift version 6.2-dev (LLVM 7f9c8ab4840f392, Swift 1e403ec)
Additional information
No response
The text was updated successfully, but these errors were encountered: