bzixilu / dotplugin

Dot language plugin for Intellij IDEA
55 stars 10 forks source link

Fixed invalid cast of a hashset to a list #36

Closed yousifpatti closed 1 year ago

yousifpatti commented 1 year ago

The cast from a hashset to a list results in an exception and is not necessary (because Set has toArray method). Addresses this issue #28