Remove implicit this for now
This commit is contained in:
@@ -623,7 +623,7 @@ public class CStringLiteral(string value, string name)
|
||||
public string Name { get; } = name;
|
||||
}
|
||||
|
||||
public record Val(string Name, TypeNode Type, ValKind Kind, string? ThisArg = null);
|
||||
public record Val(string Name, TypeNode Type, ValKind Kind);
|
||||
|
||||
public class Scope(Scope? parent = null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user