skadistats/clarity-examples

Private functions on annotations.

Closed this issue · 1 comments

Putting an @OnEntityEntered or @OnEntityLeft annotation on a private function should do some non-zero number of these things:

  • raise a warning that a private function is annotated
  • throw a compilation error
  • still invoke the private function (ignore the private field)

(wrong project - my bad)