Show error hint when trying to refactor synthesized function
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
data class Data(val i: Int) {}
|
||||
|
||||
fun usage(d: Data) {
|
||||
d.<caret>component1()
|
||||
}
|
||||
Reference in New Issue
Block a user