swiftlang / swift-syntax

A set of Swift libraries for parsing, inspecting, generating, and transforming Swift source code.
Apache License 2.0
3.22k stars 410 forks source link

Don't use an instance property before it's defined #2653

Closed DougGregor closed 5 months ago

DougGregor commented 5 months ago

We're using an instance property before it's been given a value, which wasn't being diagnosed by the compiler.

DougGregor commented 5 months ago

@swift-ci please test