Skip to content

Commit f54dec1

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 9d64473 + d0c5de8 commit f54dec1

File tree

11 files changed

+3933
-2091
lines changed

11 files changed

+3933
-2091
lines changed

backend/Core/Decl.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using System;
1+
//#nullable enable
2+
3+
using System;
24
using System.Collections.Generic;
35
using System.Linq;
46
using System.Text;
@@ -29,7 +31,7 @@ interface ITplParams
2931
/// </summary>
3032
public abstract class Decl : Stmt
3133
{
32-
public string name;
34+
public string name { get; init; }
3335
public Access access = Access.Public;
3436
public ScopeLeaf scope;
3537

0 commit comments

Comments
 (0)