Simply write this code in the script editor:
--!strict
spawn(function()
end)
This will cause the following warning to show:
W000: Argument count mismatch. Function takes 1 arguments but you passed 0
This started happening January 20, 2020, and only happens with type checking & strict mode enabled. It happens every time.
It seems spawn is the only function affected by this.