kopykat-kt / kopykat

Little utilities for more pleasant immutable data in Kotlin
Other
283 stars 16 forks source link

Investigate inner classes #34

Closed pablisco closed 2 years ago

pablisco commented 2 years ago

I have a feeling that we are not preserving "simpleNames" from ClassNames, so this could cause issues with inner classes

pablisco commented 2 years ago

Confirmed, this test case fails:

20220923_013717.jpg

serras commented 2 years ago

I'm going to work on it

pablisco commented 2 years ago

I was working on it :see_no_evil: But I think you found an easier solution. Reviewing it now.