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 82749b1 commit a8185fdCopy full SHA for a8185fd
Tests/JExtractSwiftTests/NominalTypeResolutionTests.swift
@@ -22,11 +22,11 @@ struct NominalTypeLookupSuite {
22
_ resolution: NominalTypeResolution,
23
name: String,
24
fileID: String = #fileID,
25
- fileParh: String = #filePath,
+ filePath: String = #filePath,
26
line: Int = #line,
27
column: Int = #column
28
) {
29
- let sourceLocation = SourceLocation(fileID: fileID, filePath: fileParh, line: line, column: column)
+ let sourceLocation = SourceLocation(fileID: fileID, filePath: filePath, line: line, column: column)
30
let nominal = resolution.resolveNominalType(name)
31
#expect(nominal != nil, sourceLocation: sourceLocation)
32
if let nominal {
0 commit comments