Binds Variable Assignment
This commit is contained in:
@@ -55,6 +55,10 @@ namespace Upsilon
|
||||
LogError($"No unary operator {text} found for type '{inType}'", eSpan);
|
||||
}
|
||||
|
||||
public void LogCannotConvert(Type actualType, Type expectedType, TextSpan span)
|
||||
{
|
||||
LogError($"Cannot convert type '{actualType}' to '{expectedType}'", span);
|
||||
}
|
||||
}
|
||||
|
||||
public class DiagnosticsMessage
|
||||
|
||||
Reference in New Issue
Block a user