Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
quickfix
/
moveReceiverAnnotation
/
fun.kt.after
blob: eb29015e2a28a79168ceec0b77267b836fd0ff23 [
file
] [
log
] [
blame
]
// "Move annotation to receiver type" "true"
annotation
class
Ann
<caret>
fun
@receiver
:
Ann
String
.
foo
()
{
}