Closed antkorwin closed 4 years ago
Add support to work in the code of enums.
for example:
enum TestEnum { FOO, BAR; String getVal(){ return "${1+2}"; } }
This element type doesn't support yet.
Add support to work in the code of enums.
for example:
This element type doesn't support yet.