syntactically correct is not being compiled
The following code is syntactically correct but I believe the compiler cannot parse the 3rd line. Likes is a collection of users that each have a uid. With this line uncommented the code is not being compiled, changes in the 2nd line cannot be seen. After commenting the 3rd line the application compiles as normal. There are no warnings in the IDE that the code was not compiled.
script {
Submitted by Niels Egberts on 6 April 2011 at 14:34
log(“Testing”);
log(status.likes[0].uid);
}