mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
56d1d6bbd3
If expression type is IntegerLiteralExpr and value is equal to '0', suggest '[]' as a replacement. Resolves: rdar://problem/20704317 / SR-6716.