We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9752b8 commit 622a975Copy full SHA for 622a975
Tests/SafeDIToolTests/SafeDIToolCodeGenerationTests.swift
@@ -5880,6 +5880,8 @@ struct SafeDIToolCodeGenerationTests: ~Copyable {
5880
5881
@Test
5882
mutating func run_doesNotWriteConvenienceExtensionOnRootOfTree_whenUnexpectedSwiftNodesAreEncountered() async throws {
5883
+ // If this test begins to fail after updating Swift, put the below code into an AST parser.
5884
+ // The follow code generates unexpected nodes on Swift 6.2, but does not on Swift `main`.
5885
let output = try await executeSafeDIToolTest(
5886
swiftFileContent: [
5887
"""
0 commit comments