Add quickfix for @receiver applied to extension member instead of type
So #KT-14648 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
b206f6288d
commit
08bd212d82
@@ -0,0 +1,6 @@
|
||||
// "Move annotation to receiver type" "true"
|
||||
|
||||
annotation class Ann
|
||||
|
||||
<caret>fun @receiver:Ann String.foo() {
|
||||
}
|
||||
Reference in New Issue
Block a user