Files
swift-mirror/test/ConstExtraction
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
..
2025-09-02 16:56:07 -07:00