You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// This will run, but it's not doing what the user expects. We never
// pass arguments to entry points.
<<__EntryPoint>>
function bad_variadic(mixed ...$_): void {}
Insert this into a file. Next, start typing a <?hh header before hand. Observe that the highlighting of __EntryPoint breaks.
Currently we set text properties but never remove them, resulting in modified code incorrectly being considered XHP.
The text was updated successfully, but these errors were encountered: