Files
swift-mirror/test/NameLookup
Slava Pestov 99b86ac3fb Add test for relaxed circularity check from parse-time lookup removal
This didn't work in 5.3:

  error: variable used within its own initial value
  let color = color(with: 123)
              ^
2021-03-09 15:32:02 -05:00
..