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