Avatar
https://github.com/swiftlang/swift/issues/80929 "\(1,)" // following expression are not parsed print("a") // won't be executed lethoge:;:;{}:;$$@@@/po (・w・)っ@MainActor!!!! 今日は星が綺麗
Description When using string interpolation with a trailing comma, the parser appears to skip the subsequent expression entirely. As a result, the expression is not properly parsed and is missing f...
👍 1