Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
There are a number of edge cases which don't work as expected. As one example,
if we set allowedReceiversClasses to String and have method calls allowed, then the script "1.plus(1)" is rejected as expected, but the following is not rejected:
static main(args) {
1.plus(1)
}