Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
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
()
=
""