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 ef70779 commit 8d76b79Copy full SHA for 8d76b79
Sources/LookupParser.swift
@@ -24,7 +24,7 @@ struct LookupParser {
24
referenceLevel = 0
25
}
26
27
- for c in variable {
+ for c in variable.characters {
28
switch c {
29
case "." where referenceLevel == 0:
30
try foundSeparator()
0 commit comments