Page MenuHomePhabricator

Don't resolve `Z24` unless `evenBuiltIns` is specified
Open, Needs TriagePublic

Description

Description

In rare circumstances, the orchestrator may try to resolve Z24. This is because the orchestrator only short-circuits for built-in types.

Desired behavior/Acceptance criteria (returned value, expected error, performance expectations, etc.)

  • orchestrator should also short-circuit for non-type built-in objects

Completion checklist