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