Skip to content

Commit e990bea

Browse files
committed
C#: Update upgrade script
1 parent 7c21ebb commit e990bea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

csharp/upgrades/f93793ee5f6b7bec615eaa1af0a1a4dea19472bb/semmlecode.csharp.dbscheme

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,8 +480,8 @@ case @nullability.kind of
480480
| 2 = @annotated
481481
;
482482

483-
#keyset[nullability, index]
484-
nullability_member(int nullability: @nullability ref, int index: int ref, int child: @nullability ref)
483+
#keyset[parent, index]
484+
nullability_parent(int nullability: @nullability ref, int index: int ref, int parent: @nullability ref)
485485

486486
type_nullability(int id: @has_type_annotation ref, int nullability: @nullability ref)
487487

0 commit comments

Comments
 (0)