C#: Add support for init only accessors

This commit is contained in:
Tamas Vajk
2020-11-06 14:18:36 +01:00
parent b649ccd880
commit 4318941009
9 changed files with 156 additions and 0 deletions

View File

@@ -604,6 +604,9 @@ case @accessor.kind of
| 2 = @setter
;
init_only_accessors(
unique int id: @accessor ref);
accessor_location(
int id: @accessor ref,
int loc: @location ref);