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