Never inline ForegroundWorker functions.

The early `return` is incompatible with it.
This commit is contained in:
Joseph Cloutier
2022-05-31 02:06:34 -04:00
parent 6e86e45851
commit 312dd70d72

View File

@@ -162,6 +162,8 @@ class ForegroundWorkerBuilder
switch (field.kind)
{
case FFun(f):
field.access.remove(AInline);
var qualifiedIdent:Array<String>;
if (field.access.indexOf(AStatic) >= 0)
{