For the other 190, how can the generator tell if they are supposed to inherit from Class or if they are just missing a legit inheritsFrom attribute?
There are 8 objects with inheritFrom attributes:
grid.filterButtonPrompt = "Clear the filter" // grid is a ListGrid
(grid as any).filterButtonPrompt = "Clear the filter" // grid is a ListGrid
Comment