Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
intentions
/
convertPropertyToFunction
/
annotationUseSiteTarget.kt
blob: 860a5e4ee512db7d367b51b0fadaefc9951d913f [
file
] [
log
] [
blame
]
annotation
class
A
annotation
class
B
interface
Foo
{
@get
:
A
@B
val
<caret>
bar
:
String
}