EmmyLua / IntelliJ-EmmyLua

Lua IDE/Debugger Plugin for IntelliJ IDEA
https://emmylua.github.io
Apache License 2.0
1.74k stars 293 forks source link

Support multiple inheritance in `@class` annotations #402

Open akhleung opened 3 years ago

akhleung commented 3 years ago

Seems like the @class annotation only allows you to specify a single parent class. It would be nice to allow a class to have multiple parents.