This commit is contained in:
agra
2026-02-23 13:45:44 +02:00
parent 1cc67f9b5a
commit 0cc7b69441
11 changed files with 1472 additions and 31 deletions

View File

@@ -848,6 +848,7 @@ pub const Analyzer = struct {
.foreign_expr,
.library_decl,
.function_type_expr,
.closure_type_expr,
.import_decl,
.c_import_decl,
.array_type_expr,
@@ -1225,6 +1226,7 @@ pub fn findNodeAtOffset(node: *Node, offset: u32) ?*Node {
.slice_expr,
.tuple_type_expr,
.ufcs_alias,
.closure_type_expr,
=> {},
.tuple_literal => |tl| {
for (tl.elements) |elem| {