Merge branch 'master' into custom-classes

This commit is contained in:
NeeEoo
2024-02-15 19:35:31 +01:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
--macro keep('IntIterator')
--macro hscript.macros.UsingHandler.init()
--macro hscript.macros.ClassExtendMacro.init()
--macro hscript.macros.ClassExtendMacro.init()
+1 -1
View File
@@ -1239,4 +1239,4 @@ class Checker {
return TDynamic;
}
}
}
+1 -1
View File
@@ -1053,4 +1053,4 @@ class Interp {
c = Type.resolveClass(cl);
return (c is IHScriptCustomConstructor) ? cast(c, IHScriptCustomConstructor).hnew(args) : Type.createInstance(c, args);
}
}
}