Commit Graph

1 Commits

Author SHA1 Message Date
deniz dizman
f515cd72c1 [Compile Time Constant Extraction] Extraction support for force unwrapped optionals (#85047)
Adds support for extracting force unwrapped optionals. 

```
let prop: MyType = MyType()! 
```

In this case the value kind was being extracted as a Runtime value. 

resolves rdar://146046727

Co-authored-by: Deniz Dizman <ddizman@apple.com>
2025-10-23 16:13:05 -04:00