https://kotlinlang.org logo
m

michael.barker

08/18/2016, 12:31 AM
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