getSymbolsWithAnnotation
returns copy function from data class
#1996
Labels
bug
Something isn't working
getSymbolsWithAnnotation
returns copy function from data class
#1996
In my project, Kotshi, I'm getting test failures using
2.0.0-1.0.23
.The issue is that when I call
getSymbolsWithAnnotation
I get the copy function for annotated data classes.This is the annotation I'm using:
And this is the data class in question:
I'm getting
Simple.copy
as an element when callinggetSymbolsWithAnnotation
The text was updated successfully, but these errors were encountered: