@@ -406,7 +406,7 @@ fields(
406406fieldsKotlinType(
407407 unique int id: @field ref,
408408 int kttypeid: @kt_type ref
409- )
409+ );
410410
411411constrs(
412412 unique int id: @constructor,
@@ -420,7 +420,7 @@ constrs(
420420constrsKotlinType(
421421 unique int id: @constructor ref,
422422 int kttypeid: @kt_type ref
423- )
423+ );
424424
425425methods(
426426 unique int id: @method,
@@ -434,7 +434,7 @@ methods(
434434methodsKotlinType(
435435 unique int id: @method ref,
436436 int kttypeid: @kt_type ref
437- )
437+ );
438438
439439#keyset[parentid,pos]
440440params(
@@ -448,7 +448,7 @@ params(
448448paramsKotlinType(
449449 unique int id: @param ref,
450450 int kttypeid: @kt_type ref
451- )
451+ );
452452
453453paramName(
454454 unique int id: @param ref,
@@ -644,7 +644,7 @@ exprs(
644644exprsKotlinType(
645645 unique int id: @expr ref,
646646 int kttypeid: @kt_type ref
647- )
647+ );
648648
649649callableEnclosingExpr(
650650 unique int id: @expr ref,
@@ -856,10 +856,14 @@ localvars(
856856 unique int id: @localvar,
857857 string nodeName: string ref,
858858 int typeid: @type ref,
859- int kttypeid: @kt_type ref,
860859 int parentid: @localvariabledeclexpr ref
861860);
862861
862+ localvarsKotlinType(
863+ unique int id: @localvar ref,
864+ int kttypeid: @kt_type ref
865+ );
866+
863867@namedexprorstmt = @breakstmt
864868 | @continuestmt
865869 | @labeledstmt
0 commit comments