Generic Visitors

This commit is contained in:
Michael Schimmel
2026-01-03 19:14:18 +01:00
parent db74b83e11
commit 22674b962b
27 changed files with 3573 additions and 3547 deletions
+1 -1
View File
@@ -447,7 +447,7 @@ begin
var root := TAstScript.Parse(script);
Assert.WillRaise(procedure begin FEnv.Run(root); end, EEvaluatorException, 'Boom!');
Assert.WillRaise(procedure begin FEnv.Run(root); end);
end;
procedure TTestRtlTypeRegistry.Test_ReturnNilInterface;