has anyone tried creating an enum that extends Hys...
# announcements
m
has anyone tried creating an enum that extends HystrixCommandGroupKey? HystrixCommandGroupKey defines
Copy code
public String name();
but this gives you an inherited platform declarations clash. this is the only reference I could find to someone else running into a similar issue https://youtrack.jetbrains.com/issue/KT-12879