Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
quickfix
/
moveReceiverAnnotation
/
val.kt
blob: be9c28c5ccd4000b3d3906f58364cc37cf42fc57 [
file
] [
log
] [
blame
]
// "Move annotation to receiver type" "true"
annotation
class
Ann
@receiver
:
Ann
<caret>
val
String
.
bar
get
()
=
""