wti
wti
### Is your feature request related to a problem? Please describe Please include swift 6.0 development snapshot in swiftc compiler drop-down downloads: https://www.swift.org/download/#swift-60-development announced: https://forums.swift.org/t/swift-6-0-nightly-development-snapshots/70936 --- Swift is building towards...
As promised in #299, I filled in some of the expression tests, raising three kinds of issues: **Test helper** - The top-level method `actExp(..)` is to replace XCTest assertion directly....
PR #384 reported an issue with `"Optional(\"s\")"` rendering of optional string, where the outer quotes and escaping seem incorrect (so one would expect `Optional("s")`). If that should be fixed or...