RConsortium / S7

S7: a new OO system for R
https://rconsortium.github.io/S7
Other
399 stars 33 forks source link

Defining a property named "..." should not be allowed #442

Open lawremi opened 1 month ago

lawremi commented 1 month ago

Yea, I come up with some crazy stuff.

> cls <- new_class("cls", properties = list(... = class_list))
> cls()
Error in cls() : '...' used in an incorrect context