1025 - Missing scope close token '}'.
Description
While parsing a Function body, the closing '}' token could not be found.
Example
Config:
Alias( 'name' )
{
Output:
c:\Test\fbuild.bff(2):(1) FASTBuild Error #1025 - Alias() - Missing scope close token '}'.
{
^
\--here
Fix:
Alias( 'name' )
{
}