Add quickfix for @receiver applied to extension member instead of type

So #KT-14648 Fixed
This commit is contained in:
Kirill Rakhman
2017-05-29 21:17:14 +03:00
committed by Mikhail Glukhikh
parent b206f6288d
commit 08bd212d82
9 changed files with 139 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
// "Move annotation to receiver type" "true"
annotation class Ann
@receiver:Ann<caret>
val String.bar get() = ""