Show error hint when trying to refactor synthesized function

This commit is contained in:
Pavel V. Talanov
2013-10-15 18:04:53 +04:00
parent f032b6e236
commit 66cc9b2cc7
8 changed files with 54 additions and 8 deletions
@@ -0,0 +1,5 @@
data class Data(val i: Int) {}
fun usage(d: Data) {
d.<caret>component1()
}