Hi guys, is there a way to refactor next: ```data ...
# intellij
e
Hi guys, is there a way to refactor next:
Copy code
data class A(val topProperty: String)
to
Copy code
data class A(...) { data class B(val innerProperty: String)}
c
regex search & replace?
e
Thanks, I was just looking to the refactor-> move but it is probably super corner case that is why it is not implemented