Skip to content

Commit

Permalink
Test extensions of nested types
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed Dec 31, 2024
1 parent bc974a1 commit ca3a10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/SafeDIToolTests/SafeDIToolCodeGenerationTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5336,7 +5336,7 @@ final class SafeDIToolCodeGenerationTests: XCTestCase {
}
""",
"""
extension ErasedType {
extension ErasedType.SomeType {
// Extension defined before an @Instantiable should not make a difference.
}
Expand Down

0 comments on commit ca3a10e

Please sign in to comment.