Closed
Description
Define a class that defines an arguments object on the class prototype:
class Test
arguments: null
Since CS 1.11 this is throwing: Class bodies shouldn't reference arguments
While it might be a questionable decision to name a variable like a keyword, the above example should still compile.
Activity