Avatar
Avatar
Yuta Saito
@swift-main struct S { let foo: Int } func main() { \S.foo }
swiftNightly BOT 8/8/2024 6:31 AM
exit status: 1 with <stdin>:6:3: error: result of key path is unused 4 | 5 | func main() { 6 | \S.foo | `- error: result of key path is unused 7 | } 8 |