blitz-research/monkey2

Documentation error: Interfaces cannot have fields

Closed this issue · 0 comments

If I add a Field to an Interface I get the error: "Error : Interfaces cannot have fields"

The documentation for Interface says:
"An interface can contain consts, globals, fields, methods, functions and other user defined types."

"fields" should be removed from the documentation for Interface.