| ... | @@ -2376,7 +2376,7 @@ fn tryResolveRefPath( | ... | @@ -2376,7 +2376,7 @@ fn tryResolveRefPath( |
| 2376 | path[i + 1] = (try self.cteTodo("match failure")).expr; | 2376 | path[i + 1] = (try self.cteTodo("match failure")).expr; |
| 2377 | continue :outer; | 2377 | continue :outer; |
| 2378 | }, | 2378 | }, |
| 2379 | .comptimeExpr, .call => { | 2379 | .comptimeExpr, .call, .typeOf => { |
| 2380 | // Since we hit a cte, we leave the remaining strings unresolved | 2380 | // Since we hit a cte, we leave the remaining strings unresolved |
| 2381 | // and completely give up on resolving this decl path. | 2381 | // and completely give up on resolving this decl path. |
| 2382 | //decl_path.hasCte = true; | 2382 | //decl_path.hasCte = true; |